Html Css Color HEX #AF698C Tapestry

📋 copy color: '#AF698C'

red 175 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #AF698C

Tints of Tapestry #AF698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF698C (or 0xAF698C) is known color: Tapestry. HEX triplet: AF, 69 and 8C. RGB value is (175,105,140). Sum of RGB (Red+Green+Blue) = 175+105+140=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698C is #509673. Grayscale: #818181. Windows color (decimal): -5281396 or 9202095. OLE color: 9202095.

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

Color convert

RGB 175 105 140 -
CMYK 0 0.40 0.2 0.31
HSL 330º 0.3% 0.55% -
HSV(B) 330º 0.4% 0.69% -
XYZ 27.46 21.11 27.44 -
YUV 129.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 175 105 140 0 0.40 0.2 0.31 330 0.3 0.55
Hex AF 69 8C 0 28 14 1F 14A 1E 37
Octal 257 151 214 0 50 24 37 512 36 67
Binary 10101111 1101001 10001100 0 101000 10100 11111 101001010 11110 110111

Color Harmonies of #AF698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF698C

Black with #AF698C

Text Example


Text Example

White with #AF698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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