Html Css Color HEX #A0552F Sienna

📋 copy color: '#A0552F'

red 160 ◦ green 85 ◦ blue 47

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

Shades of Sienna #A0552F

Tints of Sienna #A0552F

RGB

 RED value IS 160 (62.89% from 255) = 54.79%

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

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

R = 54.79%
G = 29.11%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0552F (or 0xA0552F) is known color: Sienna. HEX triplet: A0, 55 and 2F. RGB value is (160,85,47). Sum of RGB (Red+Green+Blue) = 160+85+47=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0552F is #5FAAD0. Grayscale: #676767. Windows color (decimal): -6269649 or 3102112. OLE color: 3102112.

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

Color convert

RGB 160 85 47 -
CMYK 0 0.47 0.71 0.37
HSL 20.18º 0.55% 0.41% -
HSV(B) 20.18º 0.71% 0.63% -
XYZ 18.26 14.18 4.46 -
YUV 103.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 160 85 47 0 0.47 0.71 0.37 20.18 0.55 0.41
Hex A0 55 2F 0 2F 47 25 14 37 29
Octal 240 125 57 0 57 107 45 24 67 51
Binary 10100000 1010101 101111 0 101111 1000111 100101 10100 110111 101001

Color Harmonies of #A0552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0552F

Black with #A0552F

Text Example


Text Example

White with #A0552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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