#a1502c

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

Shades of Sienna #A1502C

Tints of Sienna #A1502C

Color information

#A1502C (or 0xA1502C) is unknown color: approx Sienna. HEX triplet: A1, 50 and 2C. RGB value is (161,80,44). Sum of RGB (Red+Green+Blue) = 161+80+44=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1502C is #5EAFD3. Grayscale: #646464. Windows color (decimal): -6205396 or 2904225. OLE color: 2904225.

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

Color convert

RGB1618044-
CMYK00.500.730.37
HSL18.46º57.07%40.2%-
HSV(B)18.46º72.67%63.14%-
XYZ18.0213.54.04-
YUV100.1296.34171.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.49%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 44 (17.58% from 255) = 15.44%
R=56.49%
G=28.07%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161804400.500.730.3718.4657.0740.2
HexA1502C0324925123928
Octal2411205406211145227150
Binary1010000110100001011000110010100100110010110010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1502c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1502c; }

 p { color: rgb(161,80,44); }

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

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

 a { background-color: rgb(161,80,44); }

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

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

 span { border-color: rgb(161,80,44); }

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