#AF7879

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

Shades of Turkish Rose #AF7879

Tints of Turkish Rose #AF7879

Color information

#AF7879 (or 0xAF7879) is unknown color: approx Turkish Rose. HEX triplet: AF, 78 and 79. RGB value is (175,120,121). Sum of RGB (Red+Green+Blue) = 175+120+121=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7879 is #508786. Grayscale: #888888. Windows color (decimal): -5277575 or 7960751. OLE color: 7960751.

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

Color convert

RGB175120121-
CMYK00.310.310.31
HSL358.91º25.58%57.84%-
HSV(B)358.91º31.43%68.63%-
XYZ27.8523.9321.24-
YUV136.56119.22155.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=42.07%
G=28.85%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512012100.310.310.31358.9125.5857.84
HexAF787901F1F1F1671a3a
Octal25717017103737375473272
Binary1010111111110001111001011111111111111110110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7879; }

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

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

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

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

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

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

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

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