#A06805

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

Shades of Golden Brown #A06805

Tints of Golden Brown #A06805

Color information

#A06805 (or 0xA06805) is unknown color: approx Golden Brown. HEX triplet: A0, 68 and 05. RGB value is (160,104,5). Sum of RGB (Red+Green+Blue) = 160+104+5=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A06805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06805 is #5F97FA. Grayscale: #6D6D6D. Windows color (decimal): -6264827 or 354464. OLE color: 354464.

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

Color convert

RGB1601045-
CMYK00.350.970.37
HSL38.32º93.94%32.35%-
HSV(B)38.32º96.88%62.75%-
XYZ19.4717.392.47-
YUV109.4669.05164.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=59.48%
G=38.66%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160104500.350.970.3738.3293.9432.35
HexA06850236125265e20
Octal2401505043141454613640
Binary101000001101000101010001111000011001011001101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06805; }

 p { color: rgb(160,104,5); }

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

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

 a { background-color: rgb(160,104,5); }

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

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

 span { border-color: rgb(160,104,5); }

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