Html Css Color HEX #AF8788 Tapestry

📋 copy color: '#AF8788'

red 175 ◦ green 135 ◦ blue 136

#AF8788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AF8788

Tints of Tapestry #AF8788

RGB

 RED value IS 175 (68.75% from 255) = 39.24%

 GREEN value IS 135 (53.13% from 255) = 30.27%

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 39.24%
G = 30.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF8788 (or 0xAF8788) is known color: Tapestry. HEX triplet: AF, 87 and 88. RGB value is (175,135,136). Sum of RGB (Red+Green+Blue) = 175+135+136=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8788 is #507877. Grayscale: #939393. Windows color (decimal): -5273720 or 8947631. OLE color: 8947631.

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

Color convert

RGB 175 135 136 -
CMYK 0 0.23 0.22 0.31
HSL 358.5º 0.2% 0.61% -
HSV(B) 358.5º 0.23% 0.69% -
XYZ 30.79 28.22 27.12 -
YUV 147.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 175 135 136 0 0.23 0.22 0.31 358.5 0.2 0.61
Hex AF 87 88 0 17 16 1F 166 14 3D
Octal 257 207 210 0 27 26 37 546 24 75
Binary 10101111 10000111 10001000 0 10111 10110 11111 101100110 10100 111101

Color Harmonies of #AF8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8788

Black with #AF8788

Text Example


Text Example

White with #AF8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8788; }

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

 H1.HeaderClassName
 {
   color: #AF8788;
 }
 .AnyTagClassName
 {
   color: #AF8788;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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