Html Css Color HEX #A2532A Sienna

📋 copy color: '#A2532A'

red 162 ◦ green 83 ◦ blue 42

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

Shades of Sienna #A2532A

Tints of Sienna #A2532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 56.45%
G = 28.92%
B = 14.63%

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

#A2532A (or 0xA2532A) is known color: Sienna. HEX triplet: A2, 53 and 2A. RGB value is (162,83,42). Sum of RGB (Red+Green+Blue) = 162+83+42=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2532A is #5DACD5. Grayscale: #666666. Windows color (decimal): -6139094 or 2773922. OLE color: 2773922.

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

Color convert

RGB 162 83 42 -
CMYK 0 0.49 0.74 0.36
HSL 20.5º 0.59% 0.4% -
HSV(B) 20.5º 0.74% 0.64% -
XYZ 18.41 14.04 3.93 -
YUV 101.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 162 83 42 0 0.49 0.74 0.36 20.5 0.59 0.4
Hex A2 53 2A 0 31 4A 24 14 3B 28
Octal 242 123 52 0 61 112 44 24 73 50
Binary 10100010 1010011 101010 0 110001 1001010 100100 10100 111011 101000

Color Harmonies of #A2532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2532A

Black with #A2532A

Text Example


Text Example

White with #A2532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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