Html Css Color HEX #AF697F Tapestry

📋 copy color: '#AF697F'

red 175 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #AF697F

Tints of Tapestry #AF697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.2%

R = 43%
G = 25.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF697F (or 0xAF697F) is known color: Tapestry. HEX triplet: AF, 69 and 7F. RGB value is (175,105,127). Sum of RGB (Red+Green+Blue) = 175+105+127=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697F is #509680. Grayscale: #808080. Windows color (decimal): -5281409 or 8350127. OLE color: 8350127.

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

Color convert

RGB 175 105 127 -
CMYK 0 0.40 0.27 0.31
HSL 341.14º 0.3% 0.55% -
HSV(B) 341.14º 0.4% 0.69% -
XYZ 26.56 20.75 22.68 -
YUV 128.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 175 105 127 0 0.40 0.27 0.31 341.14 0.3 0.55
Hex AF 69 7F 0 28 1B 1F 155 1E 37
Octal 257 151 177 0 50 33 37 525 36 67
Binary 10101111 1101001 1111111 0 101000 11011 11111 101010101 11110 110111

Color Harmonies of #AF697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF697F

Black with #AF697F

Text Example


Text Example

White with #AF697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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