Html Css Color HEX #AF7788 Tapestry

📋 copy color: '#AF7788'

red 175 ◦ green 119 ◦ blue 136

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

Shades of Tapestry #AF7788

Tints of Tapestry #AF7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

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

R = 40.7%
G = 27.67%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7788 (or 0xAF7788) is known color: Tapestry. HEX triplet: AF, 77 and 88. RGB value is (175,119,136). Sum of RGB (Red+Green+Blue) = 175+119+136=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7788 is #508877. Grayscale: #898989. Windows color (decimal): -5277816 or 8943535. OLE color: 8943535.

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

Color convert

RGB 175 119 136 -
CMYK 0 0.32 0.22 0.31
HSL 341.79º 0.26% 0.58% -
HSV(B) 341.79º 0.32% 0.69% -
XYZ 28.72 24.09 26.43 -
YUV 137.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 175 119 136 0 0.32 0.22 0.31 341.79 0.26 0.58
Hex AF 77 88 0 20 16 1F 156 1A 3A
Octal 257 167 210 0 40 26 37 526 32 72
Binary 10101111 1110111 10001000 0 100000 10110 11111 101010110 11010 111010

Color Harmonies of #AF7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7788

Black with #AF7788

Text Example


Text Example

White with #AF7788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7788; }

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

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

background-color css

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

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

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

border-color css

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

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

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