Html Css Color HEX #A25131 Sienna

📋 copy color: '#A25131'

red 162 ◦ green 81 ◦ blue 49

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

Shades of Sienna #A25131

Tints of Sienna #A25131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 55.48%
G = 27.74%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A25131 (or 0xA25131) is known color: Sienna. HEX triplet: A2, 51 and 31. RGB value is (162,81,49). Sum of RGB (Red+Green+Blue) = 162+81+49=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A25131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25131 is #5DAECE. Grayscale: #656565. Windows color (decimal): -6139599 or 3232162. OLE color: 3232162.

HSL color Cylindrical-coordinate representation of color #A25131: hue angle of 16.99º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A25131 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 49 -
CMYK 0 0.50 0.70 0.36
HSL 16.99º 0.54% 0.41% -
HSV(B) 16.99º 0.7% 0.64% -
XYZ 18.4 13.79 4.6 -
YUV 101.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 162 81 49 0 0.50 0.70 0.36 16.99 0.54 0.41
Hex A2 51 31 0 32 46 24 11 36 29
Octal 242 121 61 0 62 106 44 21 66 51
Binary 10100010 1010001 110001 0 110010 1000110 100100 10001 110110 101001

Color Harmonies of #A25131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25131

Black with #A25131

Text Example


Text Example

White with #A25131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25131; }

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

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

background-color css

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

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

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

border-color css

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

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

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