Html Css Color HEX #AF698E Tapestry

📋 copy color: '#AF698E'

red 175 ◦ green 105 ◦ blue 142

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

Shades of Tapestry #AF698E

Tints of Tapestry #AF698E

RGB

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

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

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

R = 41.47%
G = 24.88%
B = 33.65%

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

#AF698E (or 0xAF698E) is known color: Tapestry. HEX triplet: AF, 69 and 8E. RGB value is (175,105,142). Sum of RGB (Red+Green+Blue) = 175+105+142=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698E is #509671. Grayscale: #828282. Windows color (decimal): -5281394 or 9333167. OLE color: 9333167.

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

Color convert

RGB 175 105 142 -
CMYK 0 0.40 0.19 0.31
HSL 328.29º 0.3% 0.55% -
HSV(B) 328.29º 0.4% 0.69% -
XYZ 27.61 21.17 28.22 -
YUV 130.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 175 105 142 0 0.40 0.19 0.31 328.29 0.3 0.55
Hex AF 69 8E 0 28 13 1F 148 1E 37
Octal 257 151 216 0 50 23 37 510 36 67
Binary 10101111 1101001 10001110 0 101000 10011 11111 101001000 11110 110111

Color Harmonies of #AF698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF698E

Black with #AF698E

Text Example


Text Example

White with #AF698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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