Html Css Color HEX #AF698D Tapestry

📋 copy color: '#AF698D'

red 175 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #AF698D

Tints of Tapestry #AF698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 41.57%
G = 24.94%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF698D (or 0xAF698D) is known color: Tapestry. HEX triplet: AF, 69 and 8D. RGB value is (175,105,141). Sum of RGB (Red+Green+Blue) = 175+105+141=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698D is #509672. Grayscale: #818181. Windows color (decimal): -5281395 or 9267631. OLE color: 9267631.

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

Color convert

RGB 175 105 141 -
CMYK 0 0.40 0.19 0.31
HSL 329.14º 0.3% 0.55% -
HSV(B) 329.14º 0.4% 0.69% -
XYZ 27.54 21.14 27.83 -
YUV 130.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 175 105 141 0 0.40 0.19 0.31 329.14 0.3 0.55
Hex AF 69 8D 0 28 13 1F 149 1E 37
Octal 257 151 215 0 50 23 37 511 36 67
Binary 10101111 1101001 10001101 0 101000 10011 11111 101001001 11110 110111

Color Harmonies of #AF698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF698D

Black with #AF698D

Text Example


Text Example

White with #AF698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF698D; }

 p { color: rgb(175,105,141); }

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

background-color css

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

 a { background-color: rgb(175,105,141); }

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

border-color css

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

 span { border-color: rgb(175,105,141); }

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