Html Css Color HEX #A25231 Sienna

📋 copy color: '#A25231'

red 162 ◦ green 82 ◦ blue 49

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

Shades of Sienna #A25231

Tints of Sienna #A25231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 55.29%
G = 27.99%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A25231 (or 0xA25231) is known color: Sienna. HEX triplet: A2, 52 and 31. RGB value is (162,82,49). Sum of RGB (Red+Green+Blue) = 162+82+49=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A25231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25231 is #5DADCE. Grayscale: #666666. Windows color (decimal): -6139343 or 3232418. OLE color: 3232418.

HSL color Cylindrical-coordinate representation of color #A25231: hue angle of 17.52º 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 #A25231 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 49 -
CMYK 0 0.49 0.70 0.36
HSL 17.52º 0.54% 0.41% -
HSV(B) 17.52º 0.7% 0.64% -
XYZ 18.47 13.94 4.62 -
YUV 102.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 162 82 49 0 0.49 0.70 0.36 17.52 0.54 0.41
Hex A2 52 31 0 31 46 24 12 36 29
Octal 242 122 61 0 61 106 44 22 66 51
Binary 10100010 1010010 110001 0 110001 1000110 100100 10010 110110 101001

Color Harmonies of #A25231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25231

Black with #A25231

Text Example


Text Example

White with #A25231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25231; }

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

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

background-color css

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

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

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

border-color css

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

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

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