Html Css Color HEX #A2552F Sienna

📋 copy color: '#A2552F'

red 162 ◦ green 85 ◦ blue 47

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

Shades of Sienna #A2552F

Tints of Sienna #A2552F

RGB

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

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

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

R = 55.1%
G = 28.91%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2552F (or 0xA2552F) is known color: Sienna. HEX triplet: A2, 55 and 2F. RGB value is (162,85,47). Sum of RGB (Red+Green+Blue) = 162+85+47=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2552F is #5DAAD0. Grayscale: #676767. Windows color (decimal): -6138577 or 3102114. OLE color: 3102114.

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

Color convert

RGB 162 85 47 -
CMYK 0 0.48 0.71 0.36
HSL 19.83º 0.55% 0.41% -
HSV(B) 19.83º 0.71% 0.64% -
XYZ 18.66 14.38 4.48 -
YUV 103.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 162 85 47 0 0.48 0.71 0.36 19.83 0.55 0.41
Hex A2 55 2F 0 30 47 24 14 37 29
Octal 242 125 57 0 60 107 44 24 67 51
Binary 10100010 1010101 101111 0 110000 1000111 100100 10100 110111 101001

Color Harmonies of #A2552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2552F

Black with #A2552F

Text Example


Text Example

White with #A2552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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