#A06200

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

Shades of Golden Brown #A06200

Tints of Golden Brown #A06200

Color information

#A06200 (or 0xA06200) is unknown color: approx Golden Brown. HEX triplet: A0, 62 and 00. RGB value is (160,98,0). Sum of RGB (Red+Green+Blue) = 160+98+0=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A06200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06200 is #5F9DFF. Grayscale: #696969. Windows color (decimal): -6266368 or 25248. OLE color: 25248.

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

Color convert

RGB160980-
CMYK00.3910.37
HSL36.75º100%31.37%-
HSV(B)36.75º100%62.75%-
XYZ18.8616.212.13-
YUV105.3768.54166.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.02%
G=37.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16098000.3910.3736.7510031.37
HexA0620027642525641f
Octal2401420047144454514437
Binary101000001100010001001111100100100101100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06200; }

 p { color: rgb(160,98,0); }

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

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

 a { background-color: rgb(160,98,0); }

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

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

 span { border-color: rgb(160,98,0); }

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