#AF5E76

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

Shades of Royal Heath #AF5E76

Tints of Royal Heath #AF5E76

Color information

#AF5E76 (or 0xAF5E76) is unknown color: approx Royal Heath. HEX triplet: AF, 5E and 76. RGB value is (175,94,118). Sum of RGB (Red+Green+Blue) = 175+94+118=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E76 is #50A189. Grayscale: #787878. Windows color (decimal): -5284234 or 7757487. OLE color: 7757487.

HSL color Cylindrical-coordinate representation of color #AF5E76: hue angle of 342.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E76 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17594118-
CMYK00.460.330.31
HSL342.22º33.61%52.75%-
HSV(B)342.22º46.29%68.63%-
XYZ24.9518.4319.38-
YUV120.95126.34166.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=45.22%
G=24.29%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759411800.460.330.31342.2233.6152.75
HexAF5E7602E211F1562235
Octal25713616605641375264265
Binary1010111110111101110110010111010000111111101010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E76; }

 p { color: rgb(175,94,118); }

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

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

 a { background-color: rgb(175,94,118); }

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

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

 span { border-color: rgb(175,94,118); }

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