Html Css Color HEX #AA4874 Royal Heath

📋 copy color: '#AA4874'

red 170 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #AA4874

Tints of Royal Heath #AA4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 47.49%
G = 20.11%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4874 (or 0xAA4874) is known color: Royal Heath. HEX triplet: AA, 48 and 74. RGB value is (170,72,116). Sum of RGB (Red+Green+Blue) = 170+72+116=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4874 is #55B78B. Grayscale: #6A6A6A. Windows color (decimal): -5617548 or 7620778. OLE color: 7620778.

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

Color convert

RGB 170 72 116 -
CMYK 0 0.58 0.32 0.33
HSL 333.06º 0.4% 0.47% -
HSV(B) 333.06º 0.58% 0.67% -
XYZ 22.05 14.44 18.15 -
YUV 106.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 170 72 116 0 0.58 0.32 0.33 333.06 0.4 0.47
Hex AA 48 74 0 3A 20 21 14D 28 2F
Octal 252 110 164 0 72 40 41 515 50 57
Binary 10101010 1001000 1110100 0 111010 100000 100001 101001101 101000 101111

Color Harmonies of #AA4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4874

Black with #AA4874

Text Example


Text Example

White with #AA4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4874; }

 p { color: rgb(170,72,116); }

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

background-color css

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

 a { background-color: rgb(170,72,116); }

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

border-color css

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

 span { border-color: rgb(170,72,116); }

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