Html Css Color HEX #AA472F Rose Of Sharon

📋 copy color: '#AA472F'

red 170 ◦ green 71 ◦ blue 47

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

Shades of Rose Of Sharon #AA472F

Tints of Rose Of Sharon #AA472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 59.03%
G = 24.65%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA472F (or 0xAA472F) is known color: Rose Of Sharon. HEX triplet: AA, 47 and 2F. RGB value is (170,71,47). Sum of RGB (Red+Green+Blue) = 170+71+47=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA472F is #55B8D0. Grayscale: #626262. Windows color (decimal): -5617873 or 3098538. OLE color: 3098538.

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

Color convert

RGB 170 71 47 -
CMYK 0 0.58 0.72 0.33
HSL 11.71º 0.57% 0.43% -
HSV(B) 11.71º 0.72% 0.67% -
XYZ 19.34 13.26 4.23 -
YUV 97.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 170 71 47 0 0.58 0.72 0.33 11.71 0.57 0.43
Hex AA 47 2F 0 3A 48 21 C 39 2B
Octal 252 107 57 0 72 110 41 14 71 53
Binary 10101010 1000111 101111 0 111010 1001000 100001 1100 111001 101011

Color Harmonies of #AA472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA472F

Black with #AA472F

Text Example


Text Example

White with #AA472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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