#A0660C

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

Shades of Golden Brown #A0660C

Tints of Golden Brown #A0660C

Color information

#A0660C (or 0xA0660C) is unknown color: approx Golden Brown. HEX triplet: A0, 66 and 0C. RGB value is (160,102,12). Sum of RGB (Red+Green+Blue) = 160+102+12=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0660C is #5F99F3. Grayscale: #6D6D6D. Windows color (decimal): -6265332 or 812704. OLE color: 812704.

HSL color Cylindrical-coordinate representation of color #A0660C: hue angle of 36.49º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0660C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB16010212-
CMYK00.360.930.37
HSL36.49º86.05%33.73%-
HSV(B)36.49º92.5%62.75%-
XYZ19.31172.61-
YUV109.0873.22164.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.39%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=58.39%
G=37.23%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601021200.360.930.3736.4986.0533.73
HexA066C0245D25245622
Octal24014614044135454412642
Binary1010000011001101100010010010111011001011001001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0660C; }

 p { color: rgb(160,102,12); }

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

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

 a { background-color: rgb(160,102,12); }

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

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

 span { border-color: rgb(160,102,12); }

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