Color Hex Logo

#a4762f Color Hex

#A4762F
(164,118,47)
0 Favorites   0 Comments

Color spaces of #a4762f

RGB 16411847
HSL0.100.550.41
HSV36°71°64°
CMYK 0.000.280.71   0.36
XYZ22.301421.05465.5779
Yxy21.05460.45570.4303
Hunter Lab45.88536.456224.9123
CIE-Lab53.009210.937244.7022

#a4762f color RGB value is (164,118,47).

#a4762f hex color red value is 164, green value is 118 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a4762f hue: 0.10 , saturation: 0.55 and the lightness value of a4762f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00101111
Octal 244 166 57
Decimal 164 118 47
Hex A4 76 2F

RGB Percentages of Color #a4762f

%49.85
%35.87
%14.29

CMYK Percentages of Color #a4762f

%0
%28
%71
%36

Triadic Colors of #a4762f

#a4762f #2fa476 #762fa4

Analogous Colors of #a4762f

#a4762f #98a42f #a43c2f

Monochromatic Colors of #a4762f

#a4762f

Complementary Color

#a4762f #2f5da4

#a4762f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4762f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4762f Color CSS Codes

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

#a4762f Text Font Color

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

This sample text font color is #a4762f
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.


#a4762f Background Color

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

This div background color is #a4762f


#a4762f Border Color

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

This div border color is #a4762f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,118,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4762f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4762f;
  -webkit-box-shadow: 1px 1px 3px 2px #a4762f;
  box-shadow:         1px 1px 3px 2px #a4762f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,118,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4762f


Comments

No comments written yet.

Please login to write comment.