#A1550C

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

Shades of Golden Brown #A1550C

Tints of Golden Brown #A1550C

Color information

#A1550C (or 0xA1550C) is unknown color: approx Golden Brown. HEX triplet: A1, 55 and 0C. RGB value is (161,85,12). Sum of RGB (Red+Green+Blue) = 161+85+12=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1550C is #5EAAF3. Grayscale: #636363. Windows color (decimal): -6204148 or 808353. OLE color: 808353.

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

Color convert

RGB1618512-
CMYK00.470.930.37
HSL29.4º86.13%33.92%-
HSV(B)29.4º92.55%63.14%-
XYZ18.0114.12.12-
YUV99.478.68171.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.40%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 12 (5.08% from 255) = 4.65%
R=62.40%
G=32.95%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161851200.470.930.3729.486.1333.92
HexA155C02F5D251d5622
Octal24112514057135453512642
Binary101000011010101110001011111011101100101111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1550C; }

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

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

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

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

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

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

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

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