#AF8088

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

Shades of Tapestry #AF8088

Tints of Tapestry #AF8088

Color information

#AF8088 (or 0xAF8088) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 88. RGB value is (175,128,136). Sum of RGB (Red+Green+Blue) = 175+128+136=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8088 is #507F77. Grayscale: #8E8E8E. Windows color (decimal): -5275512 or 8945839. OLE color: 8945839.

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

Color convert

RGB175128136-
CMYK00.270.220.31
HSL349.79º22.71%59.41%-
HSV(B)349.79º26.86%68.63%-
XYZ29.8426.3326.8-
YUV142.96124.07150.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=39.86%
G=29.16%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512813600.270.220.31349.7922.7159.41
HexAF808801B161F15e173b
Octal25720021003326375362773
Binary101011111000000010001000011011101101111110101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8088; }

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

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

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

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

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

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

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

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