#AF7278

Color #AF7278 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AF7278

Tints of Turkish Rose #AF7278

Color information

#AF7278 (or 0xAF7278) is unknown color: approx Turkish Rose. HEX triplet: AF, 72 and 78. RGB value is (175,114,120). Sum of RGB (Red+Green+Blue) = 175+114+120=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7278 is #508D87. Grayscale: #848484. Windows color (decimal): -5279112 or 7893679. OLE color: 7893679.

HSL color Cylindrical-coordinate representation of color #AF7278: hue angle of 354.1º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7278 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175114120-
CMYK00.350.310.31
HSL354.1º27.6%56.67%-
HSV(B)354.1º34.86%68.63%-
XYZ27.0922.520.69-
YUV132.92120.71158.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=42.79%
G=27.87%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511412000.350.310.31354.127.656.67
HexAF72780231F1F1621c39
Octal25716217004337375423471
Binary10101111111001011110000100011111111111110110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7278; }

 p { color: rgb(175,114,120); }

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

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

 a { background-color: rgb(175,114,120); }

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

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

 span { border-color: rgb(175,114,120); }

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