#A06C15

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

Shades of Golden Brown #A06C15

Tints of Golden Brown #A06C15

Color information

#A06C15 (or 0xA06C15) is unknown color: approx Golden Brown. HEX triplet: A0, 6C and 15. RGB value is (160,108,21). Sum of RGB (Red+Green+Blue) = 160+108+21=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C15 is #5F93EA. Grayscale: #727272. Windows color (decimal): -6263787 or 1404064. OLE color: 1404064.

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

Color convert

RGB16010821-
CMYK00.320.870.37
HSL37.55º76.8%35.49%-
HSV(B)37.55º86.87%62.75%-
XYZ2018.253.18-
YUV113.6375.73161.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=55.36%
G=37.37%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601082100.320.870.3737.5576.835.49
HexA06C150205725264d23
Octal24015425040127454611543
Binary10100000110110010101010000010101111001011001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C15; }

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

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

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

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

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

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

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

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