#A06512

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

Shades of Golden Brown #A06512

Tints of Golden Brown #A06512

Color information

#A06512 (or 0xA06512) is unknown color: approx Golden Brown. HEX triplet: A0, 65 and 12. RGB value is (160,101,18). Sum of RGB (Red+Green+Blue) = 160+101+18=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A06512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06512 is #5F9AED. Grayscale: #6D6D6D. Windows color (decimal): -6265582 or 1205664. OLE color: 1205664.

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

Color convert

RGB16010118-
CMYK00.370.890.37
HSL35.07º79.78%34.9%-
HSV(B)35.07º88.75%62.75%-
XYZ19.2616.822.8-
YUV109.1876.55164.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.35%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=57.35%
G=36.20%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601011800.370.890.3735.0779.7834.9
HexA065120255925235023
Octal24014522045131454312043
Binary10100000110010110010010010110110011001011000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06512; }

 p { color: rgb(160,101,18); }

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

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

 a { background-color: rgb(160,101,18); }

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

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

 span { border-color: rgb(160,101,18); }

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