Html Css Color HEX #AA476F Royal Heath

📋 copy color: '#AA476F'

red 170 ◦ green 71 ◦ blue 111

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

Shades of Royal Heath #AA476F

Tints of Royal Heath #AA476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 48.3%
G = 20.17%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA476F (or 0xAA476F) is known color: Royal Heath. HEX triplet: AA, 47 and 6F. RGB value is (170,71,111). Sum of RGB (Red+Green+Blue) = 170+71+111=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA476F is #55B890. Grayscale: #696969. Windows color (decimal): -5617809 or 7292842. OLE color: 7292842.

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

Color convert

RGB 170 71 111 -
CMYK 0 0.58 0.35 0.33
HSL 335.76º 0.41% 0.47% -
HSV(B) 335.76º 0.58% 0.67% -
XYZ 21.7 14.2 16.64 -
YUV 105.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 170 71 111 0 0.58 0.35 0.33 335.76 0.41 0.47
Hex AA 47 6F 0 3A 23 21 150 29 2F
Octal 252 107 157 0 72 43 41 520 51 57
Binary 10101010 1000111 1101111 0 111010 100011 100001 101010000 101001 101111

Color Harmonies of #AA476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA476F

Black with #AA476F

Text Example


Text Example

White with #AA476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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