Html Css Color HEX #A2552B Sienna

📋 copy color: '#A2552B'

red 162 ◦ green 85 ◦ blue 43

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

Shades of Sienna #A2552B

Tints of Sienna #A2552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 55.86%
G = 29.31%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2552B (or 0xA2552B) is known color: Sienna. HEX triplet: A2, 55 and 2B. RGB value is (162,85,43). Sum of RGB (Red+Green+Blue) = 162+85+43=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2552B is #5DAAD4. Grayscale: #676767. Windows color (decimal): -6138581 or 2839970. OLE color: 2839970.

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

Color convert

RGB 162 85 43 -
CMYK 0 0.48 0.73 0.36
HSL 21.18º 0.58% 0.4% -
HSV(B) 21.18º 0.73% 0.64% -
XYZ 18.58 14.35 4.08 -
YUV 103.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 162 85 43 0 0.48 0.73 0.36 21.18 0.58 0.4
Hex A2 55 2B 0 30 49 24 15 3A 28
Octal 242 125 53 0 60 111 44 25 72 50
Binary 10100010 1010101 101011 0 110000 1001001 100100 10101 111010 101000

Color Harmonies of #A2552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2552B

Black with #A2552B

Text Example


Text Example

White with #A2552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2552B; }

 p { color: rgb(162,85,43); }

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

background-color css

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

 a { background-color: rgb(162,85,43); }

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

border-color css

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

 span { border-color: rgb(162,85,43); }

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