Html Css Color HEX #A1512C Sienna

📋 copy color: '#A1512C'

red 161 ◦ green 81 ◦ blue 44

#A1512C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sienna #A1512C

Tints of Sienna #A1512C

RGB

 RED value IS 161 (63.28% from 255) = 56.29%

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 56.29%
G = 28.32%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1512C (or 0xA1512C) is known color: Sienna. HEX triplet: A1, 51 and 2C. RGB value is (161,81,44). Sum of RGB (Red+Green+Blue) = 161+81+44=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A1512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1512C is #5EAED3. Grayscale: #646464. Windows color (decimal): -6205140 or 2904481. OLE color: 2904481.

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

Color convert

RGB 161 81 44 -
CMYK 0 0.50 0.73 0.37
HSL 18.97º 0.57% 0.4% -
HSV(B) 18.97º 0.73% 0.63% -
XYZ 18.1 13.64 4.06 -
YUV 100.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 161 81 44 0 0.50 0.73 0.37 18.97 0.57 0.4
Hex A1 51 2C 0 32 49 25 13 39 28
Octal 241 121 54 0 62 111 45 23 71 50
Binary 10100001 1010001 101100 0 110010 1001001 100101 10011 111001 101000

Color Harmonies of #A1512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1512C

Black with #A1512C

Text Example


Text Example

White with #A1512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1512C; }

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

 H1.HeaderClassName
 {
   color: #A1512C;
 }
 .AnyTagClassName
 {
   color: #A1512C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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