#A15306

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

Shades of Golden Brown #A15306

Tints of Golden Brown #A15306

Color information

#A15306 (or 0xA15306) is unknown color: approx Golden Brown. HEX triplet: A1, 53 and 06. RGB value is (161,83,6). Sum of RGB (Red+Green+Blue) = 161+83+6=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A15306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15306 is #5EACF9. Grayscale: #616161. Windows color (decimal): -6204666 or 414625. OLE color: 414625.

HSL color Cylindrical-coordinate representation of color #A15306: hue angle of 29.81º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A15306 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161836-
CMYK00.480.960.37
HSL29.81º92.81%32.75%-
HSV(B)29.81º96.27%63.14%-
XYZ17.8213.781.89-
YUV97.5476.34173.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.4%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=64.4%
G=33.2%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16183600.480.960.3729.8192.8132.75
HexA153603060251e5d21
Octal2411236060140453613541
Binary10100001101001111001100001100000100101111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15306; }

 p { color: rgb(161,83,6); }

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

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

 a { background-color: rgb(161,83,6); }

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

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

 span { border-color: rgb(161,83,6); }

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