#A17310

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

Shades of Golden Brown #A17310

Tints of Golden Brown #A17310

Color information

#A17310 (or 0xA17310) is unknown color: approx Golden Brown. HEX triplet: A1, 73 and 10. RGB value is (161,115,16). Sum of RGB (Red+Green+Blue) = 161+115+16=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A17310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17310 is #5E8CEF. Grayscale: #757575. Windows color (decimal): -6196464 or 1078177. OLE color: 1078177.

HSL color Cylindrical-coordinate representation of color #A17310: hue angle of 40.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A17310 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB16111516-
CMYK00.290.900.37
HSL40.97º81.92%34.71%-
HSV(B)40.97º90.06%63.14%-
XYZ20.9219.883.22-
YUV117.4770.74159.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 115 (45.31% from 255) = 39.38%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=55.14%
G=39.38%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611151600.290.900.3740.9781.9234.71
HexA1731001D5A25295223
Octal24116320035132455112243
Binary1010000111100111000001110110110101001011010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17310; }

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

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

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

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

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

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

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

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