Html Css Color HEX #AE526F Royal Heath

📋 copy color: '#AE526F'

red 174 ◦ green 82 ◦ blue 111

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

Shades of Royal Heath #AE526F

Tints of Royal Heath #AE526F

RGB

 RED value IS 174 (68.36% from 255) = 47.41%

 GREEN value IS 82 (32.42% from 255) = 22.34%

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

R = 47.41%
G = 22.34%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE526F (or 0xAE526F) is known color: Royal Heath. HEX triplet: AE, 52 and 6F. RGB value is (174,82,111). Sum of RGB (Red+Green+Blue) = 174+82+111=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE526F is #51AD90. Grayscale: #707070. Windows color (decimal): -5352849 or 7295662. OLE color: 7295662.

HSL color Cylindrical-coordinate representation of color #AE526F: hue angle of 341.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE526F is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 82 111 -
CMYK 0 0.53 0.36 0.32
HSL 341.09º 0.36% 0.5% -
HSV(B) 341.09º 0.53% 0.68% -
XYZ 23.34 16.18 16.93 -
YUV 112.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 174 82 111 0 0.53 0.36 0.32 341.09 0.36 0.5
Hex AE 52 6F 0 35 24 20 155 24 32
Octal 256 122 157 0 65 44 40 525 44 62
Binary 10101110 1010010 1101111 0 110101 100100 100000 101010101 100100 110010

Color Harmonies of #AE526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE526F

Black with #AE526F

Text Example


Text Example

White with #AE526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE526F; }

 p { color: rgb(174,82,111); }

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

background-color css

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

 a { background-color: rgb(174,82,111); }

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

border-color css

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

 span { border-color: rgb(174,82,111); }

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