#A75D06

Color #A75D06 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A75D06

Tints of Golden Brown #A75D06

Color information

#A75D06 (or 0xA75D06) is unknown color: approx Golden Brown. HEX triplet: A7, 5D and 06. RGB value is (167,93,6). Sum of RGB (Red+Green+Blue) = 167+93+6=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75D06 is #58A2F9. Grayscale: #696969. Windows color (decimal): -5808890 or 417191. OLE color: 417191.

HSL color Cylindrical-coordinate representation of color #A75D06: hue angle of 32.42º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A75D06 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB167936-
CMYK00.440.960.35
HSL32.42º93.06%33.92%-
HSV(B)32.42º96.41%65.49%-
XYZ19.8816.062.22-
YUV105.2172.02172.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=62.78%
G=34.96%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16793600.440.960.3532.4293.0633.92
HexA75D602C6023205d22
Octal2471356054140434013542
Binary101001111011101110010110011000001000111000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D06; }

 p { color: rgb(167,93,6); }

 H1.HeaderClassName
 {
   color: #A75D06;
 }
 .AnyTagClassName
 {
   color: #A75D06;
 }
</style>
background-color css

<style>
 a { background-color: #A75D06; }

 a { background-color: rgb(167,93,6); }

 div.DivClassName
 {
   background-color: #A75D06;
 }
 .BgClassName
 {
   background-color: #A75D06;
 }
</style>
border-color css

<style>
 span { border-color: #A75D06; }

 span { border-color: rgb(167,93,6); }

 td.TdClassName
 {
   border-color: #A75D06;
 }
 .TagClassName
 {
   border-color: #A75D06;
 }
</style>