Html Css Color HEX #AA536F Royal Heath

📋 copy color: '#AA536F'

red 170 ◦ green 83 ◦ blue 111

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

Shades of Royal Heath #AA536F

Tints of Royal Heath #AA536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 46.7%
G = 22.8%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA536F (or 0xAA536F) is known color: Royal Heath. HEX triplet: AA, 53 and 6F. RGB value is (170,83,111). Sum of RGB (Red+Green+Blue) = 170+83+111=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA536F is #55AC90. Grayscale: #707070. Windows color (decimal): -5614737 or 7295914. OLE color: 7295914.

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

Color convert

RGB 170 83 111 -
CMYK 0 0.51 0.35 0.33
HSL 340.69º 0.34% 0.5% -
HSV(B) 340.69º 0.51% 0.67% -
XYZ 22.54 15.88 16.92 -
YUV 112.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 170 83 111 0 0.51 0.35 0.33 340.69 0.34 0.5
Hex AA 53 6F 0 33 23 21 155 22 32
Octal 252 123 157 0 63 43 41 525 42 62
Binary 10101010 1010011 1101111 0 110011 100011 100001 101010101 100010 110010

Color Harmonies of #AA536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA536F

Black with #AA536F

Text Example


Text Example

White with #AA536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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