#AF7B7C

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

Shades of Turkish Rose #AF7B7C

Tints of Turkish Rose #AF7B7C

Color information

#AF7B7C (or 0xAF7B7C) is unknown color: approx Turkish Rose. HEX triplet: AF, 7B and 7C. RGB value is (175,123,124). Sum of RGB (Red+Green+Blue) = 175+123+124=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B7C is #508483. Grayscale: #8A8A8A. Windows color (decimal): -5276804 or 8158127. OLE color: 8158127.

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

Color convert

RGB175123124-
CMYK00.300.290.31
HSL358.85º24.53%58.43%-
HSV(B)358.85º29.71%68.63%-
XYZ28.424.7422.35-
YUV138.66119.73153.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=41.47%
G=29.15%
B=29.38%

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
Decimal17512312400.300.290.31358.8524.5358.43
HexAF7B7C01E1D1F167193a
Octal25717317403635375473172
Binary1010111111110111111100011110111011111110110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B7C; }

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

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

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

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

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

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

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

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