#AF7B80

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

Shades of Turkish Rose #AF7B80

Tints of Turkish Rose #AF7B80

Color information

#AF7B80 (or 0xAF7B80) is unknown color: approx Turkish Rose. HEX triplet: AF, 7B and 80. RGB value is (175,123,128). Sum of RGB (Red+Green+Blue) = 175+123+128=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B80 is #50847F. Grayscale: #8B8B8B. Windows color (decimal): -5276800 or 8420271. OLE color: 8420271.

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

Color convert

RGB175123128-
CMYK00.300.270.31
HSL354.23º24.53%58.43%-
HSV(B)354.23º29.71%68.63%-
XYZ28.6624.8423.71-
YUV139.12121.73153.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=41.08%
G=28.87%
B=30.05%

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
Decimal17512312800.300.270.31354.2324.5358.43
HexAF7B8001E1B1F162193a
Octal25717320003633375423172
Binary10101111111101110000000011110110111111110110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B80; }

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

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

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

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

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

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

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

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