#A8730C

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

Shades of Golden Brown #A8730C

Tints of Golden Brown #A8730C

Color information

#A8730C (or 0xA8730C) is unknown color: approx Golden Brown. HEX triplet: A8, 73 and 0C. RGB value is (168,115,12). Sum of RGB (Red+Green+Blue) = 168+115+12=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8730C is #578CF3. Grayscale: #777777. Windows color (decimal): -5737716 or 816040. OLE color: 816040.

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

Color convert

RGB16811512-
CMYK00.320.930.34
HSL39.62º86.67%35.29%-
HSV(B)39.62º92.86%65.88%-
XYZ22.3520.613.15-
YUV119.167.56162.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 12 (5.08% from 255) = 4.07%
R=56.95%
G=38.98%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681151200.320.930.3439.6286.6735.29
HexA873C0205D22285723
Octal25016314040135425012743
Binary1010100011100111100010000010111011000101010001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8730C; }

 p { color: rgb(168,115,12); }

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

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

 a { background-color: rgb(168,115,12); }

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

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

 span { border-color: rgb(168,115,12); }

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