Color Hex Logo

#a4750a Color Hex

#A4750A
(164,117,10)
0 Favorites   0 Comments

Color spaces of #a4750a

RGB 16411710
HSL0.120.890.34
HSV42°94°64°
CMYK 0.000.290.94   0.36
XYZ21.725920.63703.1254
Yxy20.63700.47760.4537
Hunter Lab45.42805.868627.7205
CIE-Lab52.549910.241156.9528

#a4750a color RGB value is (164,117,10).

#a4750a hex color red value is 164, green value is 117 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a4750a hue: 0.12 , saturation: 0.89 and the lightness value of a4750a is 0.34.

The process color (four color CMYK) of #a4750a color hex is 0.00, 0.29, 0.94, 0.36. Web safe color of #a4750a is #996600. Color #a4750a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110101 00001010
Octal 244 165 12
Decimal 164 117 10
Hex A4 75 A

RGB Percentages of Color #a4750a

%56.36
%40.21
%3.44

CMYK Percentages of Color #a4750a

%0
%29
%94
%36

Triadic Colors of #a4750a

#a4750a #0aa475 #750aa4

Analogous Colors of #a4750a

#a4750a #86a40a #a4280a

Monochromatic Colors of #a4750a

#a4750a

Complementary Color

#a4750a #0a39a4

#a4750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4750a Color CSS Codes

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

#a4750a Text Font Color

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

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


#a4750a Background Color

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

This div background color is #a4750a


#a4750a Border Color

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

This div border color is #a4750a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4750a


Comments

No comments written yet.

Please login to write comment.