#AF7A7F

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

Shades of Turkish Rose #AF7A7F

Tints of Turkish Rose #AF7A7F

Color information

#AF7A7F (or 0xAF7A7F) is unknown color: approx Turkish Rose. HEX triplet: AF, 7A and 7F. RGB value is (175,122,127). Sum of RGB (Red+Green+Blue) = 175+122+127=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A7F is #508580. Grayscale: #8A8A8A. Windows color (decimal): -5277057 or 8354479. OLE color: 8354479.

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

Color convert

RGB175122127-
CMYK00.300.270.31
HSL354.34º24.88%58.24%-
HSV(B)354.34º30.29%68.63%-
XYZ28.4724.5723.32-
YUV138.42121.56154.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 127 (50% from 255) = 29.95%
R=41.27%
G=28.77%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512212700.300.270.31354.3424.8858.24
HexAF7A7F01E1B1F162193a
Octal25717217703633375423172
Binary1010111111110101111111011110110111111110110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A7F; }

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

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

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

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

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

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

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

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