#AF7C7D

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

Shades of Turkish Rose #AF7C7D

Tints of Turkish Rose #AF7C7D

Color information

#AF7C7D (or 0xAF7C7D) is unknown color: approx Turkish Rose. HEX triplet: AF, 7C and 7D. RGB value is (175,124,125). Sum of RGB (Red+Green+Blue) = 175+124+125=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C7D is #508382. Grayscale: #8B8B8B. Windows color (decimal): -5276547 or 8223919. OLE color: 8223919.

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

Color convert

RGB175124125-
CMYK00.290.290.31
HSL358.82º24.17%58.63%-
HSV(B)358.82º29.14%68.63%-
XYZ28.5925.0122.72-
YUV139.36119.9153.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=41.27%
G=29.25%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512412500.290.290.31358.8224.1758.63
HexAF7C7D01D1D1F167183b
Octal25717417503535375473073
Binary1010111111111001111101011101111011111110110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C7D; }

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

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

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

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

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

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

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

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