Html Css Color HEX #AE5075 Royal Heath

📋 copy color: '#AE5075'

red 174 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #AE5075

Tints of Royal Heath #AE5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 46.9%
G = 21.56%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE5075 (or 0xAE5075) is known color: Royal Heath. HEX triplet: AE, 50 and 75. RGB value is (174,80,117). Sum of RGB (Red+Green+Blue) = 174+80+117=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5075 is #51AF8A. Grayscale: #707070. Windows color (decimal): -5353355 or 7688366. OLE color: 7688366.

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

Color convert

RGB 174 80 117 -
CMYK 0 0.54 0.33 0.32
HSL 336.38º 0.37% 0.5% -
HSV(B) 336.38º 0.54% 0.68% -
XYZ 23.54 16.02 18.68 -
YUV 112.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 174 80 117 0 0.54 0.33 0.32 336.38 0.37 0.5
Hex AE 50 75 0 36 21 20 150 25 32
Octal 256 120 165 0 66 41 40 520 45 62
Binary 10101110 1010000 1110101 0 110110 100001 100000 101010000 100101 110010

Color Harmonies of #AE5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5075

Black with #AE5075

Text Example


Text Example

White with #AE5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5075; }

 p { color: rgb(174,80,117); }

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

background-color css

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

 a { background-color: rgb(174,80,117); }

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

border-color css

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

 span { border-color: rgb(174,80,117); }

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