Html Css Color HEX #AA4D75 Royal Heath

📋 copy color: '#AA4D75'

red 170 ◦ green 77 ◦ blue 117

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

Shades of Royal Heath #AA4D75

Tints of Royal Heath #AA4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 46.7%
G = 21.15%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4D75 (or 0xAA4D75) is known color: Royal Heath. HEX triplet: AA, 4D and 75. RGB value is (170,77,117). Sum of RGB (Red+Green+Blue) = 170+77+117=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D75 is #55B28A. Grayscale: #6D6D6D. Windows color (decimal): -5616267 or 7687594. OLE color: 7687594.

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

Color convert

RGB 170 77 117 -
CMYK 0 0.55 0.31 0.33
HSL 334.19º 0.38% 0.48% -
HSV(B) 334.19º 0.55% 0.67% -
XYZ 22.44 15.14 18.57 -
YUV 109.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 170 77 117 0 0.55 0.31 0.33 334.19 0.38 0.48
Hex AA 4D 75 0 37 1F 21 14E 26 30
Octal 252 115 165 0 67 37 41 516 46 60
Binary 10101010 1001101 1110101 0 110111 11111 100001 101001110 100110 110000

Color Harmonies of #AA4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D75

Black with #AA4D75

Text Example


Text Example

White with #AA4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D75; }

 p { color: rgb(170,77,117); }

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

background-color css

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

 a { background-color: rgb(170,77,117); }

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

border-color css

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

 span { border-color: rgb(170,77,117); }

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