Html Css Color HEX #AF688E Tapestry

📋 copy color: '#AF688E'

red 175 ◦ green 104 ◦ blue 142

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

Shades of Tapestry #AF688E

Tints of Tapestry #AF688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.7%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 41.57%
G = 24.7%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF688E (or 0xAF688E) is known color: Tapestry. HEX triplet: AF, 68 and 8E. RGB value is (175,104,142). Sum of RGB (Red+Green+Blue) = 175+104+142=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688E is #509771. Grayscale: #818181. Windows color (decimal): -5281650 or 9332911. OLE color: 9332911.

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

Color convert

RGB 175 104 142 -
CMYK 0 0.41 0.19 0.31
HSL 327.89º 0.31% 0.55% -
HSV(B) 327.89º 0.41% 0.69% -
XYZ 27.51 20.97 28.19 -
YUV 129.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 175 104 142 0 0.41 0.19 0.31 327.89 0.31 0.55
Hex AF 68 8E 0 29 13 1F 148 1F 37
Octal 257 150 216 0 51 23 37 510 37 67
Binary 10101111 1101000 10001110 0 101001 10011 11111 101001000 11111 110111

Color Harmonies of #AF688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF688E

Black with #AF688E

Text Example


Text Example

White with #AF688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF688E; }

 p { color: rgb(175,104,142); }

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

background-color css

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

 a { background-color: rgb(175,104,142); }

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

border-color css

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

 span { border-color: rgb(175,104,142); }

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