Html Css Color HEX #A0552B Sienna

📋 copy color: '#A0552B'

red 160 ◦ green 85 ◦ blue 43

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

Shades of Sienna #A0552B

Tints of Sienna #A0552B

RGB

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

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

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

R = 55.56%
G = 29.51%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0552B (or 0xA0552B) is known color: Sienna. HEX triplet: A0, 55 and 2B. RGB value is (160,85,43). Sum of RGB (Red+Green+Blue) = 160+85+43=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0552B is #5FAAD4. Grayscale: #666666. Windows color (decimal): -6269653 or 2839968. OLE color: 2839968.

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

Color convert

RGB 160 85 43 -
CMYK 0 0.47 0.73 0.37
HSL 21.54º 0.58% 0.4% -
HSV(B) 21.54º 0.73% 0.63% -
XYZ 18.18 14.15 4.06 -
YUV 102.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 160 85 43 0 0.47 0.73 0.37 21.54 0.58 0.4
Hex A0 55 2B 0 2F 49 25 16 3A 28
Octal 240 125 53 0 57 111 45 26 72 50
Binary 10100000 1010101 101011 0 101111 1001001 100101 10110 111010 101000

Color Harmonies of #A0552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0552B

Black with #A0552B

Text Example


Text Example

White with #A0552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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