Html Css Color HEX #AF698F Tapestry

📋 copy color: '#AF698F'

red 175 ◦ green 105 ◦ blue 143

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

Shades of Tapestry #AF698F

Tints of Tapestry #AF698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 41.37%
G = 24.82%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF698F (or 0xAF698F) is known color: Tapestry. HEX triplet: AF, 69 and 8F. RGB value is (175,105,143). Sum of RGB (Red+Green+Blue) = 175+105+143=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698F is #509670. Grayscale: #828282. Windows color (decimal): -5281393 or 9398703. OLE color: 9398703.

HSL color Cylindrical-coordinate representation of color #AF698F: hue angle of 327.43º 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 #AF698F is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 143 -
CMYK 0 0.40 0.18 0.31
HSL 327.43º 0.3% 0.55% -
HSV(B) 327.43º 0.4% 0.69% -
XYZ 27.69 21.2 28.62 -
YUV 130.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 175 105 143 0 0.40 0.18 0.31 327.43 0.3 0.55
Hex AF 69 8F 0 28 12 1F 147 1E 37
Octal 257 151 217 0 50 22 37 507 36 67
Binary 10101111 1101001 10001111 0 101000 10010 11111 101000111 11110 110111

Color Harmonies of #AF698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF698F

Black with #AF698F

Text Example


Text Example

White with #AF698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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