Html Css Color HEX #AA572A Rose Of Sharon

📋 copy color: '#AA572A'

red 170 ◦ green 87 ◦ blue 42

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

Shades of Rose Of Sharon #AA572A

Tints of Rose Of Sharon #AA572A

RGB

 RED value IS 170 (66.8% from 255) = 56.86%

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 56.86%
G = 29.1%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA572A (or 0xAA572A) is known color: Rose Of Sharon. HEX triplet: AA, 57 and 2A. RGB value is (170,87,42). Sum of RGB (Red+Green+Blue) = 170+87+42=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA572A is #55A8D5. Grayscale: #6A6A6A. Windows color (decimal): -5613782 or 2774954. OLE color: 2774954.

HSL color Cylindrical-coordinate representation of color #AA572A: hue angle of 21.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA572A is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 87 42 -
CMYK 0 0.49 0.75 0.33
HSL 21.09º 0.6% 0.42% -
HSV(B) 21.09º 0.75% 0.67% -
XYZ 20.4 15.53 4.11 -
YUV 106.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 170 87 42 0 0.49 0.75 0.33 21.09 0.6 0.42
Hex AA 57 2A 0 31 4B 21 15 3C 2A
Octal 252 127 52 0 61 113 41 25 74 52
Binary 10101010 1010111 101010 0 110001 1001011 100001 10101 111100 101010

Color Harmonies of #AA572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA572A

Black with #AA572A

Text Example


Text Example

White with #AA572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA572A; }

 p { color: rgb(170,87,42); }

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

background-color css

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

 a { background-color: rgb(170,87,42); }

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

border-color css

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

 span { border-color: rgb(170,87,42); }

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