Html Css Color HEX #A25130 Sienna

📋 copy color: '#A25130'

red 162 ◦ green 81 ◦ blue 48

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

Shades of Sienna #A25130

Tints of Sienna #A25130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 55.67%
G = 27.84%
B = 16.49%

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

#A25130 (or 0xA25130) is known color: Sienna. HEX triplet: A2, 51 and 30. RGB value is (162,81,48). Sum of RGB (Red+Green+Blue) = 162+81+48=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A25130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25130 is #5DAECF. Grayscale: #656565. Windows color (decimal): -6139600 or 3166626. OLE color: 3166626.

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

Color convert

RGB 162 81 48 -
CMYK 0 0.50 0.70 0.36
HSL 17.37º 0.54% 0.41% -
HSV(B) 17.37º 0.7% 0.64% -
XYZ 18.38 13.78 4.49 -
YUV 101.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 162 81 48 0 0.50 0.70 0.36 17.37 0.54 0.41
Hex A2 51 30 0 32 46 24 11 36 29
Octal 242 121 60 0 62 106 44 21 66 51
Binary 10100010 1010001 110000 0 110010 1000110 100100 10001 110110 101001

Color Harmonies of #A25130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25130

Black with #A25130

Text Example


Text Example

White with #A25130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25130; }

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

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

background-color css

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

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

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

border-color css

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

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

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