#A8600C

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

Shades of Golden Brown #A8600C

Tints of Golden Brown #A8600C

Color information

#A8600C (or 0xA8600C) is unknown color: approx Golden Brown. HEX triplet: A8, 60 and 0C. RGB value is (168,96,12). Sum of RGB (Red+Green+Blue) = 168+96+12=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8600C is #579FF3. Grayscale: #6C6C6C. Windows color (decimal): -5742580 or 811176. OLE color: 811176.

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

Color convert

RGB1689612-
CMYK00.430.930.34
HSL32.31º86.67%35.29%-
HSV(B)32.31º92.86%65.88%-
XYZ20.416.722.5-
YUV107.9573.85170.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=60.87%
G=34.78%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168961200.430.930.3432.3186.6735.29
HexA860C02B5D22205723
Octal25014014053135424012743
Binary1010100011000001100010101110111011000101000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8600C; }

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

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

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

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

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

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

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

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