#A8740C

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

Shades of Golden Brown #A8740C

Tints of Golden Brown #A8740C

Color information

#A8740C (or 0xA8740C) is unknown color: approx Golden Brown. HEX triplet: A8, 74 and 0C. RGB value is (168,116,12). Sum of RGB (Red+Green+Blue) = 168+116+12=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8740C is #578BF3. Grayscale: #787878. Windows color (decimal): -5737460 or 816296. OLE color: 816296.

HSL color Cylindrical-coordinate representation of color #A8740C: hue angle of 40º 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 #A8740C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16811612-
CMYK00.310.930.34
HSL40º86.67%35.29%-
HSV(B)40º92.86%65.88%-
XYZ22.4620.843.19-
YUV119.6967.23162.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 12 (5.08% from 255) = 4.05%
R=56.76%
G=39.19%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681161200.310.930.344086.6735.29
HexA874C01F5D22285723
Octal25016414037135425012743
Binary101010001110100110001111110111011000101010001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8740C; }

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

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

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

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

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

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

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

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