Html Css Color HEX #A25030 Sienna

📋 copy color: '#A25030'

red 162 ◦ green 80 ◦ blue 48

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

Shades of Sienna #A25030

Tints of Sienna #A25030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 55.86%
G = 27.59%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A25030 (or 0xA25030) is known color: Sienna. HEX triplet: A2, 50 and 30. RGB value is (162,80,48). Sum of RGB (Red+Green+Blue) = 162+80+48=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A25030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25030 is #5DAFCF. Grayscale: #656565. Windows color (decimal): -6139856 or 3166370. OLE color: 3166370.

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

Color convert

RGB 162 80 48 -
CMYK 0 0.51 0.70 0.36
HSL 16.84º 0.54% 0.41% -
HSV(B) 16.84º 0.7% 0.64% -
XYZ 18.3 13.63 4.46 -
YUV 100.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 162 80 48 0 0.51 0.70 0.36 16.84 0.54 0.41
Hex A2 50 30 0 33 46 24 11 36 29
Octal 242 120 60 0 63 106 44 21 66 51
Binary 10100010 1010000 110000 0 110011 1000110 100100 10001 110110 101001

Color Harmonies of #A25030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25030

Black with #A25030

Text Example


Text Example

White with #A25030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25030; }

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

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

background-color css

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

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

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

border-color css

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

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

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