Html Css Color HEX #A2522F Sienna

📋 copy color: '#A2522F'

red 162 ◦ green 82 ◦ blue 47

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

Shades of Sienna #A2522F

Tints of Sienna #A2522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 55.67%
G = 28.18%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2522F (or 0xA2522F) is known color: Sienna. HEX triplet: A2, 52 and 2F. RGB value is (162,82,47). Sum of RGB (Red+Green+Blue) = 162+82+47=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2522F is #5DADD0. Grayscale: #666666. Windows color (decimal): -6139345 or 3101346. OLE color: 3101346.

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

Color convert

RGB 162 82 47 -
CMYK 0 0.49 0.71 0.36
HSL 18.26º 0.55% 0.41% -
HSV(B) 18.26º 0.71% 0.64% -
XYZ 18.43 13.92 4.4 -
YUV 101.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 162 82 47 0 0.49 0.71 0.36 18.26 0.55 0.41
Hex A2 52 2F 0 31 47 24 12 37 29
Octal 242 122 57 0 61 107 44 22 67 51
Binary 10100010 1010010 101111 0 110001 1000111 100100 10010 110111 101001

Color Harmonies of #A2522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2522F

Black with #A2522F

Text Example


Text Example

White with #A2522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2522F; }

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

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

background-color css

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

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

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

border-color css

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

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

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