Html Css Color HEX #AF8889 Tapestry

📋 copy color: '#AF8889'

red 175 ◦ green 136 ◦ blue 137

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

Shades of Tapestry #AF8889

Tints of Tapestry #AF8889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 39.06%
G = 30.36%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF8889 (or 0xAF8889) is known color: Tapestry. HEX triplet: AF, 88 and 89. RGB value is (175,136,137). Sum of RGB (Red+Green+Blue) = 175+136+137=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8889 is #507776. Grayscale: #939393. Windows color (decimal): -5273463 or 9013423. OLE color: 9013423.

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

Color convert

RGB 175 136 137 -
CMYK 0 0.22 0.22 0.31
HSL 358.46º 0.2% 0.61% -
HSV(B) 358.46º 0.22% 0.69% -
XYZ 31 28.53 27.54 -
YUV 147.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 175 136 137 0 0.22 0.22 0.31 358.46 0.2 0.61
Hex AF 88 89 0 16 16 1F 166 14 3D
Octal 257 210 211 0 26 26 37 546 24 75
Binary 10101111 10001000 10001001 0 10110 10110 11111 101100110 10100 111101

Color Harmonies of #AF8889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8889

Black with #AF8889

Text Example


Text Example

White with #AF8889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8889; }

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

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

background-color css

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

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

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

border-color css

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

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

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