Html Css Color HEX #AF698B Tapestry

📋 copy color: '#AF698B'

red 175 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #AF698B

Tints of Tapestry #AF698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 41.77%
G = 25.06%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF698B (or 0xAF698B) is known color: Tapestry. HEX triplet: AF, 69 and 8B. RGB value is (175,105,139). Sum of RGB (Red+Green+Blue) = 175+105+139=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698B is #509674. Grayscale: #818181. Windows color (decimal): -5281397 or 9136559. OLE color: 9136559.

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

Color convert

RGB 175 105 139 -
CMYK 0 0.40 0.21 0.31
HSL 330.86º 0.3% 0.55% -
HSV(B) 330.86º 0.4% 0.69% -
XYZ 27.39 21.08 27.05 -
YUV 129.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 175 105 139 0 0.40 0.21 0.31 330.86 0.3 0.55
Hex AF 69 8B 0 28 15 1F 14B 1E 37
Octal 257 151 213 0 50 25 37 513 36 67
Binary 10101111 1101001 10001011 0 101000 10101 11111 101001011 11110 110111

Color Harmonies of #AF698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF698B

Black with #AF698B

Text Example


Text Example

White with #AF698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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