Html Css Color HEX #AA4E6D Royal Heath

📋 copy color: '#AA4E6D'

red 170 ◦ green 78 ◦ blue 109

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

Shades of Royal Heath #AA4E6D

Tints of Royal Heath #AA4E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 47.62%
G = 21.85%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA4E6D (or 0xAA4E6D) is known color: Royal Heath. HEX triplet: AA, 4E and 6D. RGB value is (170,78,109). Sum of RGB (Red+Green+Blue) = 170+78+109=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E6D is #55B192. Grayscale: #6D6D6D. Windows color (decimal): -5616019 or 7163562. OLE color: 7163562.

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

Color convert

RGB 170 78 109 -
CMYK 0 0.54 0.36 0.33
HSL 339.78º 0.37% 0.49% -
HSV(B) 339.78º 0.54% 0.67% -
XYZ 22.06 15.1 16.22 -
YUV 109.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 170 78 109 0 0.54 0.36 0.33 339.78 0.37 0.49
Hex AA 4E 6D 0 36 24 21 154 25 31
Octal 252 116 155 0 66 44 41 524 45 61
Binary 10101010 1001110 1101101 0 110110 100100 100001 101010100 100101 110001

Color Harmonies of #AA4E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E6D

Black with #AA4E6D

Text Example


Text Example

White with #AA4E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E6D; }

 p { color: rgb(170,78,109); }

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

background-color css

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

 a { background-color: rgb(170,78,109); }

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

border-color css

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

 span { border-color: rgb(170,78,109); }

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