#AF5D75

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

Shades of Royal Heath #AF5D75

Tints of Royal Heath #AF5D75

Color information

#AF5D75 (or 0xAF5D75) is unknown color: approx Royal Heath. HEX triplet: AF, 5D and 75. RGB value is (175,93,117). Sum of RGB (Red+Green+Blue) = 175+93+117=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D75 is #50A28A. Grayscale: #787878. Windows color (decimal): -5284491 or 7691695. OLE color: 7691695.

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

Color convert

RGB17593117-
CMYK00.470.330.31
HSL342.44º33.88%52.55%-
HSV(B)342.44º46.86%68.63%-
XYZ24.818.2319.04-
YUV120.25126.17167.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=45.45%
G=24.16%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759311700.470.330.31342.4433.8852.55
HexAF5D7502F211F1562235
Octal25713516505741375264265
Binary1010111110111011110101010111110000111111101010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D75; }

 p { color: rgb(175,93,117); }

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

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

 a { background-color: rgb(175,93,117); }

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

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

 span { border-color: rgb(175,93,117); }

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