Html Css Color HEX #AA472C Rose Of Sharon

📋 copy color: '#AA472C'

red 170 ◦ green 71 ◦ blue 44

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

Shades of Rose Of Sharon #AA472C

Tints of Rose Of Sharon #AA472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 59.65%
G = 24.91%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA472C (or 0xAA472C) is known color: Rose Of Sharon. HEX triplet: AA, 47 and 2C. RGB value is (170,71,44). Sum of RGB (Red+Green+Blue) = 170+71+44=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA472C is #55B8D3. Grayscale: #616161. Windows color (decimal): -5617876 or 2901930. OLE color: 2901930.

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

Color convert

RGB 170 71 44 -
CMYK 0 0.58 0.74 0.33
HSL 12.86º 0.59% 0.42% -
HSV(B) 12.86º 0.74% 0.67% -
XYZ 19.29 13.23 3.92 -
YUV 97.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 170 71 44 0 0.58 0.74 0.33 12.86 0.59 0.42
Hex AA 47 2C 0 3A 4A 21 D 3B 2A
Octal 252 107 54 0 72 112 41 15 73 52
Binary 10101010 1000111 101100 0 111010 1001010 100001 1101 111011 101010

Color Harmonies of #AA472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA472C

Black with #AA472C

Text Example


Text Example

White with #AA472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA472C; }

 p { color: rgb(170,71,44); }

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

background-color css

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

 a { background-color: rgb(170,71,44); }

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

border-color css

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

 span { border-color: rgb(170,71,44); }

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