#A06319

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

Shades of Golden Brown #A06319

Tints of Golden Brown #A06319

Color information

#A06319 (or 0xA06319) is unknown color: approx Golden Brown. HEX triplet: A0, 63 and 19. RGB value is (160,99,25). Sum of RGB (Red+Green+Blue) = 160+99+25=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A06319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06319 is #5F9CE6. Grayscale: #6D6D6D. Windows color (decimal): -6266087 or 1663904. OLE color: 1663904.

HSL color Cylindrical-coordinate representation of color #A06319: hue angle of 32.89º 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 #A06319 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1609925-
CMYK00.380.840.37
HSL32.89º72.97%36.27%-
HSV(B)32.89º84.38%62.75%-
XYZ19.1316.473.09-
YUV108.880.71164.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 25 (10.16% from 255) = 8.80%
R=56.34%
G=34.86%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160992500.380.840.3732.8972.9736.27
HexA063190265425214924
Octal24014331046124454111144
Binary10100000110001111001010011010101001001011000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06319; }

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

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

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

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

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

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

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

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