Html Css Color HEX #AF7888 Tapestry

📋 copy color: '#AF7888'

red 175 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #AF7888

Tints of Tapestry #AF7888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

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

R = 40.6%
G = 27.84%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7888 (or 0xAF7888) is known color: Tapestry. HEX triplet: AF, 78 and 88. RGB value is (175,120,136). Sum of RGB (Red+Green+Blue) = 175+120+136=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7888 is #508777. Grayscale: #8A8A8A. Windows color (decimal): -5277560 or 8943791. OLE color: 8943791.

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

Color convert

RGB 175 120 136 -
CMYK 0 0.31 0.22 0.31
HSL 342.55º 0.26% 0.58% -
HSV(B) 342.55º 0.31% 0.69% -
XYZ 28.84 24.32 26.47 -
YUV 138.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 175 120 136 0 0.31 0.22 0.31 342.55 0.26 0.58
Hex AF 78 88 0 1F 16 1F 157 1A 3A
Octal 257 170 210 0 37 26 37 527 32 72
Binary 10101111 1111000 10001000 0 11111 10110 11111 101010111 11010 111010

Color Harmonies of #AF7888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7888

Black with #AF7888

Text Example


Text Example

White with #AF7888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7888; }

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

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

background-color css

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

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

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

border-color css

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

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

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