Html Css Color HEX #A2512B Sienna

📋 copy color: '#A2512B'

red 162 ◦ green 81 ◦ blue 43

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

Shades of Sienna #A2512B

Tints of Sienna #A2512B

RGB

 RED value IS 162 (63.67% from 255) = 56.64%

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 56.64%
G = 28.32%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2512B (or 0xA2512B) is known color: Sienna. HEX triplet: A2, 51 and 2B. RGB value is (162,81,43). Sum of RGB (Red+Green+Blue) = 162+81+43=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2512B is #5DAED4. Grayscale: #656565. Windows color (decimal): -6139605 or 2838946. OLE color: 2838946.

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

Color convert

RGB 162 81 43 -
CMYK 0 0.50 0.73 0.36
HSL 19.16º 0.58% 0.4% -
HSV(B) 19.16º 0.73% 0.64% -
XYZ 18.28 13.74 3.97 -
YUV 100.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 162 81 43 0 0.50 0.73 0.36 19.16 0.58 0.4
Hex A2 51 2B 0 32 49 24 13 3A 28
Octal 242 121 53 0 62 111 44 23 72 50
Binary 10100010 1010001 101011 0 110010 1001001 100100 10011 111010 101000

Color Harmonies of #A2512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2512B

Black with #A2512B

Text Example


Text Example

White with #A2512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2512B; }

 p { color: rgb(162,81,43); }

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

background-color css

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

 a { background-color: rgb(162,81,43); }

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

border-color css

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

 span { border-color: rgb(162,81,43); }

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