Html Css Color HEX #AF687E Tapestry

📋 copy color: '#AF687E'

red 175 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #AF687E

Tints of Tapestry #AF687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.68%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 43.21%
G = 25.68%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF687E (or 0xAF687E) is known color: Tapestry. HEX triplet: AF, 68 and 7E. RGB value is (175,104,126). Sum of RGB (Red+Green+Blue) = 175+104+126=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687E is #509781. Grayscale: #7F7F7F. Windows color (decimal): -5281666 or 8284335. OLE color: 8284335.

HSL color Cylindrical-coordinate representation of color #AF687E: hue angle of 341.41º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF687E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 126 -
CMYK 0 0.41 0.28 0.31
HSL 341.41º 0.31% 0.55% -
HSV(B) 341.41º 0.41% 0.69% -
XYZ 26.4 20.52 22.31 -
YUV 127.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 175 104 126 0 0.41 0.28 0.31 341.41 0.31 0.55
Hex AF 68 7E 0 29 1C 1F 155 1F 37
Octal 257 150 176 0 51 34 37 525 37 67
Binary 10101111 1101000 1111110 0 101001 11100 11111 101010101 11111 110111

Color Harmonies of #AF687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF687E

Black with #AF687E

Text Example


Text Example

White with #AF687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF687E; }

 p { color: rgb(175,104,126); }

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

background-color css

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

 a { background-color: rgb(175,104,126); }

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

border-color css

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

 span { border-color: rgb(175,104,126); }

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