#A06C1C

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

Shades of Golden Brown #A06C1C

Tints of Golden Brown #A06C1C

Color information

#A06C1C (or 0xA06C1C) is unknown color: approx Golden Brown. HEX triplet: A0, 6C and 1C. RGB value is (160,108,28). Sum of RGB (Red+Green+Blue) = 160+108+28=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C1C is #5F93E3. Grayscale: #727272. Windows color (decimal): -6263780 or 1862816. OLE color: 1862816.

HSL color Cylindrical-coordinate representation of color #A06C1C: hue angle of 36.36º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A06C1C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB16010828-
CMYK00.320.820.37
HSL36.36º70.21%36.86%-
HSV(B)36.36º82.5%62.75%-
XYZ20.0718.283.57-
YUV114.4379.23160.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.05%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=54.05%
G=36.49%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601082800.320.820.3736.3670.2136.86
HexA06C1C0205225244625
Octal24015434040122454410645
Binary10100000110110011100010000010100101001011001001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C1C; }

 p { color: rgb(160,108,28); }

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

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

 a { background-color: rgb(160,108,28); }

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

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

 span { border-color: rgb(160,108,28); }

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