Html Css Color HEX #A5572C Sienna

📋 copy color: '#A5572C'

red 165 ◦ green 87 ◦ blue 44

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

Shades of Sienna #A5572C

Tints of Sienna #A5572C

RGB

 RED value IS 165 (64.84% from 255) = 55.74%

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 55.74%
G = 29.39%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5572C (or 0xA5572C) is known color: Sienna. HEX triplet: A5, 57 and 2C. RGB value is (165,87,44). Sum of RGB (Red+Green+Blue) = 165+87+44=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5572C is #5AA8D3. Grayscale: #696969. Windows color (decimal): -5941460 or 2906021. OLE color: 2906021.

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

Color convert

RGB 165 87 44 -
CMYK 0 0.47 0.73 0.35
HSL 21.32º 0.58% 0.41% -
HSV(B) 21.32º 0.73% 0.65% -
XYZ 19.38 15 4.26 -
YUV 105.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 165 87 44 0 0.47 0.73 0.35 21.32 0.58 0.41
Hex A5 57 2C 0 2F 49 23 15 3A 29
Octal 245 127 54 0 57 111 43 25 72 51
Binary 10100101 1010111 101100 0 101111 1001001 100011 10101 111010 101001

Color Harmonies of #A5572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5572C

Black with #A5572C

Text Example


Text Example

White with #A5572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5572C; }

 p { color: rgb(165,87,44); }

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

background-color css

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

 a { background-color: rgb(165,87,44); }

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

border-color css

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

 span { border-color: rgb(165,87,44); }

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