Html Css Color HEX #A2522A Sienna

📋 copy color: '#A2522A'

red 162 ◦ green 82 ◦ blue 42

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

Shades of Sienna #A2522A

Tints of Sienna #A2522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 56.64%
G = 28.67%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2522A (or 0xA2522A) is known color: Sienna. HEX triplet: A2, 52 and 2A. RGB value is (162,82,42). Sum of RGB (Red+Green+Blue) = 162+82+42=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2522A is #5DADD5. Grayscale: #656565. Windows color (decimal): -6139350 or 2773666. OLE color: 2773666.

HSL color Cylindrical-coordinate representation of color #A2522A: hue angle of 20º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2522A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 42 -
CMYK 0 0.49 0.74 0.36
HSL 20º 0.59% 0.4% -
HSV(B) 20º 0.74% 0.64% -
XYZ 18.34 13.88 3.9 -
YUV 101.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 162 82 42 0 0.49 0.74 0.36 20 0.59 0.4
Hex A2 52 2A 0 31 4A 24 14 3B 28
Octal 242 122 52 0 61 112 44 24 73 50
Binary 10100010 1010010 101010 0 110001 1001010 100100 10100 111011 101000

Color Harmonies of #A2522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2522A

Black with #A2522A

Text Example


Text Example

White with #A2522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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