#AE4375

Color #AE4375 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AE4375

Tints of Royal Heath #AE4375

Color information

#AE4375 (or 0xAE4375) is unknown color: approx Royal Heath. HEX triplet: AE, 43 and 75. RGB value is (174,67,117). Sum of RGB (Red+Green+Blue) = 174+67+117=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4375 is #51BC8A. Grayscale: #686868. Windows color (decimal): -5356683 or 7685038. OLE color: 7685038.

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

Color convert

RGB17467117-
CMYK00.610.330.32
HSL331.96º44.4%47.25%-
HSV(B)331.96º61.49%68.24%-
XYZ22.6714.318.39-
YUV104.69134.95177.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=48.60%
G=18.72%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746711700.610.330.32331.9644.447.25
HexAE437503D212014c2c2f
Octal25610316507541405145457
Binary10101110100001111101010111101100001100000101001100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4375; }

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

 H1.HeaderClassName
 {
   color: #AE4375;
 }
 .AnyTagClassName
 {
   color: #AE4375;
 }
</style>
background-color css

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

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

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

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

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

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