Html Css Color HEX #AA4A6D Royal Heath

📋 copy color: '#AA4A6D'

red 170 ◦ green 74 ◦ blue 109

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

Shades of Royal Heath #AA4A6D

Tints of Royal Heath #AA4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.96%

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

R = 48.16%
G = 20.96%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA4A6D (or 0xAA4A6D) is known color: Royal Heath. HEX triplet: AA, 4A and 6D. RGB value is (170,74,109). Sum of RGB (Red+Green+Blue) = 170+74+109=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A6D is #55B592. Grayscale: #6A6A6A. Windows color (decimal): -5617043 or 7162538. OLE color: 7162538.

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

Color convert

RGB 170 74 109 -
CMYK 0 0.56 0.36 0.33
HSL 338.13º 0.39% 0.48% -
HSV(B) 338.13º 0.56% 0.67% -
XYZ 21.79 14.55 16.13 -
YUV 106.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 170 74 109 0 0.56 0.36 0.33 338.13 0.39 0.48
Hex AA 4A 6D 0 38 24 21 152 27 30
Octal 252 112 155 0 70 44 41 522 47 60
Binary 10101010 1001010 1101101 0 111000 100100 100001 101010010 100111 110000

Color Harmonies of #AA4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A6D

Black with #AA4A6D

Text Example


Text Example

White with #AA4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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