Html Css Color HEX #A2522D Sienna

📋 copy color: '#A2522D'

red 162 ◦ green 82 ◦ blue 45

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

Shades of Sienna #A2522D

Tints of Sienna #A2522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 56.06%
G = 28.37%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2522D (or 0xA2522D) is known color: Sienna. HEX triplet: A2, 52 and 2D. RGB value is (162,82,45). Sum of RGB (Red+Green+Blue) = 162+82+45=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2522D is #5DADD2. Grayscale: #656565. Windows color (decimal): -6139347 or 2970274. OLE color: 2970274.

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

Color convert

RGB 162 82 45 -
CMYK 0 0.49 0.72 0.36
HSL 18.97º 0.57% 0.41% -
HSV(B) 18.97º 0.72% 0.64% -
XYZ 18.39 13.91 4.2 -
YUV 101.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 162 82 45 0 0.49 0.72 0.36 18.97 0.57 0.41
Hex A2 52 2D 0 31 48 24 13 39 29
Octal 242 122 55 0 61 110 44 23 71 51
Binary 10100010 1010010 101101 0 110001 1001000 100100 10011 111001 101001

Color Harmonies of #A2522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2522D

Black with #A2522D

Text Example


Text Example

White with #A2522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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