#A16417

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

Shades of Golden Brown #A16417

Tints of Golden Brown #A16417

Color information

#A16417 (or 0xA16417) is unknown color: approx Golden Brown. HEX triplet: A1, 64 and 17. RGB value is (161,100,23). Sum of RGB (Red+Green+Blue) = 161+100+23=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A16417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16417 is #5E9BE8. Grayscale: #6D6D6D. Windows color (decimal): -6200297 or 1533089. OLE color: 1533089.

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

Color convert

RGB16110023-
CMYK00.380.860.37
HSL33.48º75%36.08%-
HSV(B)33.48º85.71%63.14%-
XYZ19.4116.753.02-
YUV109.4679.21164.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 23 (9.38% from 255) = 8.10%
R=56.69%
G=35.21%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611002300.380.860.3733.487536.08
HexA164170265625214b24
Octal24114427046126454111344
Binary10100001110010010111010011010101101001011000011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16417; }

 p { color: rgb(161,100,23); }

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

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

 a { background-color: rgb(161,100,23); }

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

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

 span { border-color: rgb(161,100,23); }

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