#A15100

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

Shades of Golden Brown #A15100

Tints of Golden Brown #A15100

Color information

#A15100 (or 0xA15100) is unknown color: approx Golden Brown. HEX triplet: A1, 51 and 00. RGB value is (161,81,0). Sum of RGB (Red+Green+Blue) = 161+81+0=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A15100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15100 is #5EAEFF. Grayscale: #606060. Windows color (decimal): -6205184 or 20897. OLE color: 20897.

HSL color Cylindrical-coordinate representation of color #A15100: hue angle of 30.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A15100 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB161810-
CMYK00.5010.37
HSL30.19º100%31.57%-
HSV(B)30.19º100%63.14%-
XYZ17.6413.461.67-
YUV95.6974174.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.53%
G=33.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16181000.5010.3730.1910031.57
HexA151003264251e6420
Octal2411210062144453614440
Binary101000011010001001100101100100100101111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15100; }

 p { color: rgb(161,81,0); }

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

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

 a { background-color: rgb(161,81,0); }

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

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

 span { border-color: rgb(161,81,0); }

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