Html Css Color HEX #AF697C Tapestry

📋 copy color: '#AF697C'

red 175 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #AF697C

Tints of Tapestry #AF697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 43.32%
G = 25.99%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF697C (or 0xAF697C) is known color: Tapestry. HEX triplet: AF, 69 and 7C. RGB value is (175,105,124). Sum of RGB (Red+Green+Blue) = 175+105+124=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697C is #509683. Grayscale: #808080. Windows color (decimal): -5281412 or 8153519. OLE color: 8153519.

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

Color convert

RGB 175 105 124 -
CMYK 0 0.40 0.29 0.31
HSL 343.71º 0.3% 0.55% -
HSV(B) 343.71º 0.4% 0.69% -
XYZ 26.37 20.67 21.67 -
YUV 128.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 175 105 124 0 0.40 0.29 0.31 343.71 0.3 0.55
Hex AF 69 7C 0 28 1D 1F 158 1E 37
Octal 257 151 174 0 50 35 37 530 36 67
Binary 10101111 1101001 1111100 0 101000 11101 11111 101011000 11110 110111

Color Harmonies of #AF697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF697C

Black with #AF697C

Text Example


Text Example

White with #AF697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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