#A15400

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

Shades of Golden Brown #A15400

Tints of Golden Brown #A15400

Color information

#A15400 (or 0xA15400) is unknown color: approx Golden Brown. HEX triplet: A1, 54 and 00. RGB value is (161,84,0). Sum of RGB (Red+Green+Blue) = 161+84+0=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A15400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15400 is #5EABFF. Grayscale: #616161. Windows color (decimal): -6204416 or 21665. OLE color: 21665.

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

Color convert

RGB161840-
CMYK00.4810.37
HSL31.3º100%31.57%-
HSV(B)31.3º100%63.14%-
XYZ17.8713.921.74-
YUV97.4573.01173.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.71%
G=34.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16184000.4810.3731.310031.57
HexA154003064251f6420
Octal2411240060144453714440
Binary101000011010100001100001100100100101111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15400; }

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

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

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

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

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

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

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

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