#AF7378

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

Shades of Turkish Rose #AF7378

Tints of Turkish Rose #AF7378

Color information

#AF7378 (or 0xAF7378) is unknown color: approx Turkish Rose. HEX triplet: AF, 73 and 78. RGB value is (175,115,120). Sum of RGB (Red+Green+Blue) = 175+115+120=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7378 is #508C87. Grayscale: #858585. Windows color (decimal): -5278856 or 7893935. OLE color: 7893935.

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

Color convert

RGB175115120-
CMYK00.340.310.31
HSL355º27.27%56.86%-
HSV(B)355º34.29%68.63%-
XYZ27.222.7320.72-
YUV133.51120.38157.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=42.68%
G=28.05%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511512000.340.310.3135527.2756.86
HexAF73780221F1F1631b39
Octal25716317004237375433371
Binary10101111111001111110000100010111111111110110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7378; }

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

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

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

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

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

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

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

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