Html Css Color HEX #AA506F Royal Heath

📋 copy color: '#AA506F'

red 170 ◦ green 80 ◦ blue 111

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

Shades of Royal Heath #AA506F

Tints of Royal Heath #AA506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 47.09%
G = 22.16%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA506F (or 0xAA506F) is known color: Royal Heath. HEX triplet: AA, 50 and 6F. RGB value is (170,80,111). Sum of RGB (Red+Green+Blue) = 170+80+111=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA506F is #55AF90. Grayscale: #6E6E6E. Windows color (decimal): -5615505 or 7295146. OLE color: 7295146.

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

Color convert

RGB 170 80 111 -
CMYK 0 0.53 0.35 0.33
HSL 339.33º 0.36% 0.49% -
HSV(B) 339.33º 0.53% 0.67% -
XYZ 22.32 15.43 16.84 -
YUV 110.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 170 80 111 0 0.53 0.35 0.33 339.33 0.36 0.49
Hex AA 50 6F 0 35 23 21 153 24 31
Octal 252 120 157 0 65 43 41 523 44 61
Binary 10101010 1010000 1101111 0 110101 100011 100001 101010011 100100 110001

Color Harmonies of #AA506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA506F

Black with #AA506F

Text Example


Text Example

White with #AA506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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