Html Css Color HEX #A5572D Sienna

📋 copy color: '#A5572D'

red 165 ◦ green 87 ◦ blue 45

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

Shades of Sienna #A5572D

Tints of Sienna #A5572D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 55.56%
G = 29.29%
B = 15.15%

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

#A5572D (or 0xA5572D) is known color: Sienna. HEX triplet: A5, 57 and 2D. RGB value is (165,87,45). Sum of RGB (Red+Green+Blue) = 165+87+45=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5572D is #5AA8D2. Grayscale: #696969. Windows color (decimal): -5941459 or 2971557. OLE color: 2971557.

HSL color Cylindrical-coordinate representation of color #A5572D: hue angle of 21º degrees, saturation: 0.57, 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 #A5572D is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 87 45 -
CMYK 0 0.47 0.73 0.35
HSL 21º 0.57% 0.41% -
HSV(B) 21º 0.73% 0.65% -
XYZ 19.4 15.01 4.36 -
YUV 105.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 165 87 45 0 0.47 0.73 0.35 21 0.57 0.41
Hex A5 57 2D 0 2F 49 23 15 39 29
Octal 245 127 55 0 57 111 43 25 71 51
Binary 10100101 1010111 101101 0 101111 1001001 100011 10101 111001 101001

Color Harmonies of #A5572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5572D

Black with #A5572D

Text Example


Text Example

White with #A5572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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