Html Css Color HEX #AF8689 Tapestry

📋 copy color: '#AF8689'

red 175 ◦ green 134 ◦ blue 137

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

Shades of Tapestry #AF8689

Tints of Tapestry #AF8689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.72%

R = 39.24%
G = 30.04%
B = 30.72%

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

#AF8689 (or 0xAF8689) is known color: Tapestry. HEX triplet: AF, 86 and 89. RGB value is (175,134,137). Sum of RGB (Red+Green+Blue) = 175+134+137=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8689 is #507976. Grayscale: #929292. Windows color (decimal): -5273975 or 9012911. OLE color: 9012911.

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

Color convert

RGB 175 134 137 -
CMYK 0 0.23 0.22 0.31
HSL 355.61º 0.2% 0.61% -
HSV(B) 355.61º 0.23% 0.69% -
XYZ 30.72 27.97 27.45 -
YUV 146.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 175 134 137 0 0.23 0.22 0.31 355.61 0.2 0.61
Hex AF 86 89 0 17 16 1F 164 14 3D
Octal 257 206 211 0 27 26 37 544 24 75
Binary 10101111 10000110 10001001 0 10111 10110 11111 101100100 10100 111101

Color Harmonies of #AF8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8689

Black with #AF8689

Text Example


Text Example

White with #AF8689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8689; }

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

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

background-color css

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

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

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

border-color css

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

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

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