#AF7A7C

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

Shades of Turkish Rose #AF7A7C

Tints of Turkish Rose #AF7A7C

Color information

#AF7A7C (or 0xAF7A7C) is unknown color: approx Turkish Rose. HEX triplet: AF, 7A and 7C. RGB value is (175,122,124). Sum of RGB (Red+Green+Blue) = 175+122+124=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A7C is #508583. Grayscale: #8A8A8A. Windows color (decimal): -5277060 or 8157871. OLE color: 8157871.

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

Color convert

RGB175122124-
CMYK00.300.290.31
HSL357.74º24.88%58.24%-
HSV(B)357.74º30.29%68.63%-
XYZ28.2824.4922.31-
YUV138.07120.06154.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=41.57%
G=28.98%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512212400.300.290.31357.7424.8858.24
HexAF7A7C01E1D1F166193a
Octal25717217403635375463172
Binary1010111111110101111100011110111011111110110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A7C; }

 p { color: rgb(175,122,124); }

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

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

 a { background-color: rgb(175,122,124); }

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

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

 span { border-color: rgb(175,122,124); }

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