#AF8084

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

Shades of Tapestry #AF8084

Tints of Tapestry #AF8084

Color information

#AF8084 (or 0xAF8084) is unknown color: approx Tapestry. HEX triplet: AF, 80 and 84. RGB value is (175,128,132). Sum of RGB (Red+Green+Blue) = 175+128+132=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8084 is #507F7B. Grayscale: #8E8E8E. Windows color (decimal): -5275516 or 8683695. OLE color: 8683695.

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

Color convert

RGB175128132-
CMYK00.270.250.31
HSL354.89º22.71%59.41%-
HSV(B)354.89º26.86%68.63%-
XYZ29.5626.2225.33-
YUV142.51122.07151.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=40.23%
G=29.43%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512813200.270.250.31354.8922.7159.41
HexAF808401B191F163173b
Octal25720020403331375432773
Binary101011111000000010000100011011110011111110110001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8084; }

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

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

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

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

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

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

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

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