#AF787B

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

Shades of Turkish Rose #AF787B

Tints of Turkish Rose #AF787B

Color information

#AF787B (or 0xAF787B) is unknown color: approx Turkish Rose. HEX triplet: AF, 78 and 7B. RGB value is (175,120,123). Sum of RGB (Red+Green+Blue) = 175+120+123=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF787B is #508784. Grayscale: #888888. Windows color (decimal): -5277573 or 8091823. OLE color: 8091823.

HSL color Cylindrical-coordinate representation of color #AF787B: hue angle of 356.73º 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 #AF787B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175120123-
CMYK00.310.300.31
HSL356.73º25.58%57.84%-
HSV(B)356.73º31.43%68.63%-
XYZ27.9723.9821.89-
YUV136.79120.22155.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=41.87%
G=28.71%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512012300.310.300.31356.7325.5857.84
HexAF787B01F1E1F1651a3a
Octal25717017303736375453272
Binary1010111111110001111011011111111101111110110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF787B; }

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

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

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

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

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

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

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

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