Html Css Color HEX #AA5A75 Royal Heath

📋 copy color: '#AA5A75'

red 170 ◦ green 90 ◦ blue 117

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

Shades of Royal Heath #AA5A75

Tints of Royal Heath #AA5A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 45.09%
G = 23.87%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5A75 (or 0xAA5A75) is known color: Royal Heath. HEX triplet: AA, 5A and 75. RGB value is (170,90,117). Sum of RGB (Red+Green+Blue) = 170+90+117=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A75 is #55A58A. Grayscale: #747474. Windows color (decimal): -5612939 or 7690922. OLE color: 7690922.

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

Color convert

RGB 170 90 117 -
CMYK 0 0.47 0.31 0.33
HSL 339.75º 0.32% 0.51% -
HSV(B) 339.75º 0.47% 0.67% -
XYZ 23.44 17.14 18.9 -
YUV 117 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 170 90 117 0 0.47 0.31 0.33 339.75 0.32 0.51
Hex AA 5A 75 0 2F 1F 21 154 20 33
Octal 252 132 165 0 57 37 41 524 40 63
Binary 10101010 1011010 1110101 0 101111 11111 100001 101010100 100000 110011

Color Harmonies of #AA5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A75

Black with #AA5A75

Text Example


Text Example

White with #AA5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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