#A17510

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

Shades of Golden Brown #A17510

Tints of Golden Brown #A17510

Color information

#A17510 (or 0xA17510) is unknown color: approx Golden Brown. HEX triplet: A1, 75 and 10. RGB value is (161,117,16). Sum of RGB (Red+Green+Blue) = 161+117+16=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A17510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17510 is #5E8AEF. Grayscale: #777777. Windows color (decimal): -6195952 or 1078689. OLE color: 1078689.

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

Color convert

RGB16111716-
CMYK00.270.900.37
HSL41.79º81.92%34.71%-
HSV(B)41.79º90.06%63.14%-
XYZ21.1520.343.3-
YUV118.6470.08158.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.76%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=54.76%
G=39.80%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611171600.270.900.3741.7981.9234.71
HexA1751001B5A252a5223
Octal24116520033132455212243
Binary1010000111101011000001101110110101001011010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17510; }

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

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

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

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

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

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

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

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