#A15510

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

Shades of Golden Brown #A15510

Tints of Golden Brown #A15510

Color information

#A15510 (or 0xA15510) is unknown color: approx Golden Brown. HEX triplet: A1, 55 and 10. RGB value is (161,85,16). Sum of RGB (Red+Green+Blue) = 161+85+16=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A15510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15510 is #5EAAEF. Grayscale: #646464. Windows color (decimal): -6204144 or 1070497. OLE color: 1070497.

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

Color convert

RGB1618516-
CMYK00.470.900.37
HSL28.55º81.92%34.71%-
HSV(B)28.55º90.06%63.14%-
XYZ18.0414.112.26-
YUV99.8680.68171.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.45%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 16 (6.64% from 255) = 6.11%
R=61.45%
G=32.44%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161851600.470.900.3728.5581.9234.71
HexA1551002F5A251d5223
Octal24112520057132453512243
Binary1010000110101011000001011111011010100101111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15510; }

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

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

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

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

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

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

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

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