Html Css Color HEX #AF8688 Tapestry

📋 copy color: '#AF8688'

red 175 ◦ green 134 ◦ blue 136

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

Shades of Tapestry #AF8688

Tints of Tapestry #AF8688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.11%

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

R = 39.33%
G = 30.11%
B = 30.56%

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

#AF8688 (or 0xAF8688) is known color: Tapestry. HEX triplet: AF, 86 and 88. RGB value is (175,134,136). Sum of RGB (Red+Green+Blue) = 175+134+136=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8688 is #507977. Grayscale: #929292. Windows color (decimal): -5273976 or 8947375. OLE color: 8947375.

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

Color convert

RGB 175 134 136 -
CMYK 0 0.23 0.22 0.31
HSL 357.07º 0.2% 0.61% -
HSV(B) 357.07º 0.23% 0.69% -
XYZ 30.65 27.94 27.07 -
YUV 146.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 175 134 136 0 0.23 0.22 0.31 357.07 0.2 0.61
Hex AF 86 88 0 17 16 1F 165 14 3D
Octal 257 206 210 0 27 26 37 545 24 75
Binary 10101111 10000110 10001000 0 10111 10110 11111 101100101 10100 111101

Color Harmonies of #AF8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8688

Black with #AF8688

Text Example


Text Example

White with #AF8688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8688; }

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

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

background-color css

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

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

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

border-color css

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

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

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