Html Css Color HEX #A25A2C Sienna

📋 copy color: '#A25A2C'

red 162 ◦ green 90 ◦ blue 44

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

Shades of Sienna #A25A2C

Tints of Sienna #A25A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 54.73%
G = 30.41%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A25A2C (or 0xA25A2C) is known color: Sienna. HEX triplet: A2, 5A and 2C. RGB value is (162,90,44). Sum of RGB (Red+Green+Blue) = 162+90+44=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A2C is #5DA5D3. Grayscale: #6A6A6A. Windows color (decimal): -6137300 or 2906786. OLE color: 2906786.

HSL color Cylindrical-coordinate representation of color #A25A2C: hue angle of 23.39º degrees, saturation: 0.57, 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 #A25A2C is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 90 44 -
CMYK 0 0.44 0.73 0.36
HSL 23.39º 0.57% 0.4% -
HSV(B) 23.39º 0.73% 0.64% -
XYZ 19.01 15.18 4.31 -
YUV 106.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 162 90 44 0 0.44 0.73 0.36 23.39 0.57 0.4
Hex A2 5A 2C 0 2C 49 24 17 39 28
Octal 242 132 54 0 54 111 44 27 71 50
Binary 10100010 1011010 101100 0 101100 1001001 100100 10111 111001 101000

Color Harmonies of #A25A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A2C

Black with #A25A2C

Text Example


Text Example

White with #A25A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A2C; }

 p { color: rgb(162,90,44); }

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

background-color css

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

 a { background-color: rgb(162,90,44); }

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

border-color css

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

 span { border-color: rgb(162,90,44); }

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