Color Hex Logo

#a2674b Color Hex

#A2674B
(162,103,75)
0 Favorites   0 Comments

Color spaces of #a2674b

RGB 16210375
HSL0.050.370.46
HSV19°54°64°
CMYK 0.000.360.54   0.36
XYZ21.020517.88999.0018
Yxy17.88990.43870.3734
Hunter Lab42.296514.692216.9890
CIE-Lab49.362320.635625.5665

#a2674b color RGB value is (162,103,75).

#a2674b hex color red value is 162, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a2674b hue: 0.05 , saturation: 0.37 and the lightness value of a2674b is 0.46.

The process color (four color CMYK) of #a2674b color hex is 0.00, 0.36, 0.54, 0.36. Web safe color of #a2674b is #996633. Color #a2674b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100111 01001011
Octal 242 147 113
Decimal 162 103 75
Hex A2 67 4B

RGB Percentages of Color #a2674b

%47.65
%30.29
%22.06

CMYK Percentages of Color #a2674b

%0
%36
%54
%36

Triadic Colors of #a2674b

#a2674b #4ba267 #674ba2

Analogous Colors of #a2674b

#a2674b #a2934b #a24b5b

Monochromatic Colors of #a2674b

#a2674b

Complementary Color

#a2674b #4b86a2

#a2674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2674b Color CSS Codes

.mybgcolor {background-color:#a2674b; } 
.myforecolor {color:#a2674b; }
.mybordercolor {border:3px solid #a2674b; }

#a2674b Text Font Color

<p style="color:#a2674b">Text here</p>

This sample text font color is #a2674b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a2674b Background Color

<div style="background-color:#a2674b">
Div content here</div>

This div background color is #a2674b


#a2674b Border Color

<div style="border:3px solid #a2674b">
Div here</div>

This div border color is #a2674b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,103,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2674b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2674b;
  -webkit-box-shadow: 1px 1px 3px 2px #a2674b;
  box-shadow:         1px 1px 3px 2px #a2674b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,103,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a2674b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a2674b;
  -webkit-box-shadow: 1px 1px 3px 2px #a2674b;
  box-shadow:         1px 1px 3px 2px #a2674b;">
Div content here</div>

This div box has shadow with color #a2674b


Comments

No comments written yet.

Please login to write comment.