Html Css Color HEX #AE4075 Royal Heath

📋 copy color: '#AE4075'

red 174 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #AE4075

Tints of Royal Heath #AE4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 49.01%
G = 18.03%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE4075 (or 0xAE4075) is known color: Royal Heath. HEX triplet: AE, 40 and 75. RGB value is (174,64,117). Sum of RGB (Red+Green+Blue) = 174+64+117=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4075 is #51BF8A. Grayscale: #666666. Windows color (decimal): -5357451 or 7684270. OLE color: 7684270.

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

Color convert

RGB 174 64 117 -
CMYK 0 0.63 0.33 0.32
HSL 331.09º 0.46% 0.47% -
HSV(B) 331.09º 0.63% 0.68% -
XYZ 22.5 13.95 18.34 -
YUV 102.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 174 64 117 0 0.63 0.33 0.32 331.09 0.46 0.47
Hex AE 40 75 0 3F 21 20 14B 2E 2F
Octal 256 100 165 0 77 41 40 513 56 57
Binary 10101110 1000000 1110101 0 111111 100001 100000 101001011 101110 101111

Color Harmonies of #AE4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4075

Black with #AE4075

Text Example


Text Example

White with #AE4075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4075; }

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

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

background-color css

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

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

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

border-color css

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

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

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