#ae4376

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

Shades of Royal Heath #AE4376

Tints of Royal Heath #AE4376

Color information

#AE4376 (or 0xAE4376) is unknown color: approx Royal Heath. HEX triplet: AE, 43 and 76. RGB value is (174,67,118). Sum of RGB (Red+Green+Blue) = 174+67+118=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4376 is #51BC89. Grayscale: #686868. Windows color (decimal): -5356682 or 7750574. OLE color: 7750574.

HSL color Cylindrical-coordinate representation of color #AE4376: hue angle of 331.4º 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 #AE4376 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB17467118-
CMYK00.610.320.32
HSL331.4º44.4%47.25%-
HSV(B)331.4º61.49%68.24%-
XYZ22.7314.3218.71-
YUV104.81135.45177.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=48.47%
G=18.66%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746711800.610.320.32331.444.447.25
HexAE437603D202014b2c2f
Octal25610316607540405135457
Binary10101110100001111101100111101100000100000101001011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae4376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae4376; }

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

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

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

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

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

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

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

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