#A17319

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

Shades of Golden Brown #A17319

Tints of Golden Brown #A17319

Color information

#A17319 (or 0xA17319) is unknown color: approx Golden Brown. HEX triplet: A1, 73 and 19. RGB value is (161,115,25). Sum of RGB (Red+Green+Blue) = 161+115+25=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A17319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17319 is #5E8CE6. Grayscale: #767676. Windows color (decimal): -6196455 or 1668001. OLE color: 1668001.

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

Color convert

RGB16111525-
CMYK00.290.840.37
HSL39.71º73.12%36.47%-
HSV(B)39.71º84.47%63.14%-
XYZ2119.913.66-
YUV118.4975.24158.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 25 (10.16% from 255) = 8.31%
R=53.49%
G=38.21%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611152500.290.840.3739.7173.1236.47
HexA1731901D5425284924
Octal24116331035124455011144
Binary1010000111100111100101110110101001001011010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17319; }

 p { color: rgb(161,115,25); }

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

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

 a { background-color: rgb(161,115,25); }

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

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

 span { border-color: rgb(161,115,25); }

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