Html Css Color HEX #AA4A6E Royal Heath

📋 copy color: '#AA4A6E'

red 170 ◦ green 74 ◦ blue 110

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

Shades of Royal Heath #AA4A6E

Tints of Royal Heath #AA4A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 48.02%
G = 20.9%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA4A6E (or 0xAA4A6E) is known color: Royal Heath. HEX triplet: AA, 4A and 6E. RGB value is (170,74,110). Sum of RGB (Red+Green+Blue) = 170+74+110=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A6E is #55B591. Grayscale: #6A6A6A. Windows color (decimal): -5617042 or 7228074. OLE color: 7228074.

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

Color convert

RGB 170 74 110 -
CMYK 0 0.56 0.35 0.33
HSL 337.5º 0.39% 0.48% -
HSV(B) 337.5º 0.56% 0.67% -
XYZ 21.84 14.57 16.41 -
YUV 106.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 170 74 110 0 0.56 0.35 0.33 337.5 0.39 0.48
Hex AA 4A 6E 0 38 23 21 152 27 30
Octal 252 112 156 0 70 43 41 522 47 60
Binary 10101010 1001010 1101110 0 111000 100011 100001 101010010 100111 110000

Color Harmonies of #AA4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A6E

Black with #AA4A6E

Text Example


Text Example

White with #AA4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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