#a06519

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

Shades of Golden Brown #A06519

Tints of Golden Brown #A06519

Color information

#A06519 (or 0xA06519) is unknown color: approx Golden Brown. HEX triplet: A0, 65 and 19. RGB value is (160,101,25). Sum of RGB (Red+Green+Blue) = 160+101+25=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A06519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06519 is #5F9AE6. Grayscale: #6E6E6E. Windows color (decimal): -6265575 or 1664416. OLE color: 1664416.

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

Color convert

RGB16010125-
CMYK00.370.840.37
HSL33.78º72.97%36.27%-
HSV(B)33.78º84.38%62.75%-
XYZ19.3316.853.15-
YUV109.9880.05163.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 25 (10.16% from 255) = 8.74%
R=55.94%
G=35.31%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601012500.370.840.3733.7872.9736.27
HexA065190255425224924
Octal24014531045124454211144
Binary10100000110010111001010010110101001001011000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a06519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a06519; }

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

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

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

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

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

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

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

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