Html Css Color HEX #AA4F6D Royal Heath

📋 copy color: '#AA4F6D'

red 170 ◦ green 79 ◦ blue 109

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

Shades of Royal Heath #AA4F6D

Tints of Royal Heath #AA4F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

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

R = 47.49%
G = 22.07%
B = 30.45%

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

#AA4F6D (or 0xAA4F6D) is known color: Royal Heath. HEX triplet: AA, 4F and 6D. RGB value is (170,79,109). Sum of RGB (Red+Green+Blue) = 170+79+109=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F6D is #55B092. Grayscale: #6D6D6D. Windows color (decimal): -5615763 or 7163818. OLE color: 7163818.

HSL color Cylindrical-coordinate representation of color #AA4F6D: hue angle of 340.22º 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 #AA4F6D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 79 109 -
CMYK 0 0.54 0.36 0.33
HSL 340.22º 0.37% 0.49% -
HSV(B) 340.22º 0.54% 0.67% -
XYZ 22.13 15.24 16.24 -
YUV 109.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 170 79 109 0 0.54 0.36 0.33 340.22 0.37 0.49
Hex AA 4F 6D 0 36 24 21 154 25 31
Octal 252 117 155 0 66 44 41 524 45 61
Binary 10101010 1001111 1101101 0 110110 100100 100001 101010100 100101 110001

Color Harmonies of #AA4F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F6D

Black with #AA4F6D

Text Example


Text Example

White with #AA4F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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