#A75912

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

Shades of Golden Brown #A75912

Tints of Golden Brown #A75912

Color information

#A75912 (or 0xA75912) is unknown color: approx Golden Brown. HEX triplet: A7, 59 and 12. RGB value is (167,89,18). Sum of RGB (Red+Green+Blue) = 167+89+18=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A75912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75912 is #58A6ED. Grayscale: #686868. Windows color (decimal): -5809902 or 1202599. OLE color: 1202599.

HSL color Cylindrical-coordinate representation of color #A75912: hue angle of 28.59º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A75912 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB1678918-
CMYK00.470.890.35
HSL28.59º80.54%36.27%-
HSV(B)28.59º89.22%65.49%-
XYZ19.6215.42.51-
YUV104.2379.34172.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.95%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=60.95%
G=32.48%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167891800.470.890.3528.5980.5436.27
HexA7591202F59231d5124
Octal24713122057131433512144
Binary1010011110110011001001011111011001100011111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75912; }

 p { color: rgb(167,89,18); }

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

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

 a { background-color: rgb(167,89,18); }

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

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

 span { border-color: rgb(167,89,18); }

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