Html Css Color HEX #AA4275 Royal Heath

📋 copy color: '#AA4275'

red 170 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #AA4275

Tints of Royal Heath #AA4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.7%

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

R = 48.16%
G = 18.7%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4275 (or 0xAA4275) is known color: Royal Heath. HEX triplet: AA, 42 and 75. RGB value is (170,66,117). Sum of RGB (Red+Green+Blue) = 170+66+117=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4275 is #55BD8A. Grayscale: #666666. Windows color (decimal): -5619083 or 7684778. OLE color: 7684778.

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

Color convert

RGB 170 66 117 -
CMYK 0 0.61 0.31 0.33
HSL 330.58º 0.44% 0.46% -
HSV(B) 330.58º 0.61% 0.67% -
XYZ 21.74 13.73 18.33 -
YUV 102.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 170 66 117 0 0.61 0.31 0.33 330.58 0.44 0.46
Hex AA 42 75 0 3D 1F 21 14B 2C 2E
Octal 252 102 165 0 75 37 41 513 54 56
Binary 10101010 1000010 1110101 0 111101 11111 100001 101001011 101100 101110

Color Harmonies of #AA4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4275

Black with #AA4275

Text Example


Text Example

White with #AA4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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