Html Css Color HEX #AF7688 Tapestry

📋 copy color: '#AF7688'

red 175 ◦ green 118 ◦ blue 136

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

Shades of Tapestry #AF7688

Tints of Tapestry #AF7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

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

R = 40.79%
G = 27.51%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7688 (or 0xAF7688) is known color: Tapestry. HEX triplet: AF, 76 and 88. RGB value is (175,118,136). Sum of RGB (Red+Green+Blue) = 175+118+136=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7688 is #508977. Grayscale: #898989. Windows color (decimal): -5278072 or 8943279. OLE color: 8943279.

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

Color convert

RGB 175 118 136 -
CMYK 0 0.33 0.22 0.31
HSL 341.05º 0.26% 0.57% -
HSV(B) 341.05º 0.33% 0.69% -
XYZ 28.6 23.85 26.39 -
YUV 137.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 175 118 136 0 0.33 0.22 0.31 341.05 0.26 0.57
Hex AF 76 88 0 21 16 1F 155 1A 39
Octal 257 166 210 0 41 26 37 525 32 71
Binary 10101111 1110110 10001000 0 100001 10110 11111 101010101 11010 111001

Color Harmonies of #AF7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7688

Black with #AF7688

Text Example


Text Example

White with #AF7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7688; }

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

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

background-color css

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

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

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

border-color css

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

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

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