Html Css Color HEX #AF8088 Tapestry

📋 copy color: '#AF8088'

red 175 ◦ green 128 ◦ blue 136

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

Shades of Tapestry #AF8088

Tints of Tapestry #AF8088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 39.86%
G = 29.16%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF8088 (or 0xAF8088) is known color: Tapestry. HEX triplet: AF, 80 and 88. RGB value is (175,128,136). Sum of RGB (Red+Green+Blue) = 175+128+136=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8088 is #507F77. Grayscale: #8E8E8E. Windows color (decimal): -5275512 or 8945839. OLE color: 8945839.

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

Color convert

RGB 175 128 136 -
CMYK 0 0.27 0.22 0.31
HSL 349.79º 0.23% 0.59% -
HSV(B) 349.79º 0.27% 0.69% -
XYZ 29.84 26.33 26.8 -
YUV 142.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 175 128 136 0 0.27 0.22 0.31 349.79 0.23 0.59
Hex AF 80 88 0 1B 16 1F 15E 17 3B
Octal 257 200 210 0 33 26 37 536 27 73
Binary 10101111 10000000 10001000 0 11011 10110 11111 101011110 10111 111011

Color Harmonies of #AF8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8088

Black with #AF8088

Text Example


Text Example

White with #AF8088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8088; }

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

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

background-color css

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

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

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

border-color css

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

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

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