Html Css Color HEX #AF687C Tapestry

📋 copy color: '#AF687C'

red 175 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #AF687C

Tints of Tapestry #AF687C

RGB

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

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

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

R = 43.42%
G = 25.81%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF687C (or 0xAF687C) is known color: Tapestry. HEX triplet: AF, 68 and 7C. RGB value is (175,104,124). Sum of RGB (Red+Green+Blue) = 175+104+124=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687C is #509783. Grayscale: #7F7F7F. Windows color (decimal): -5281668 or 8153263. OLE color: 8153263.

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

Color convert

RGB 175 104 124 -
CMYK 0 0.41 0.29 0.31
HSL 343.1º 0.31% 0.55% -
HSV(B) 343.1º 0.41% 0.69% -
XYZ 26.27 20.47 21.64 -
YUV 127.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 175 104 124 0 0.41 0.29 0.31 343.1 0.31 0.55
Hex AF 68 7C 0 29 1D 1F 157 1F 37
Octal 257 150 174 0 51 35 37 527 37 67
Binary 10101111 1101000 1111100 0 101001 11101 11111 101010111 11111 110111

Color Harmonies of #AF687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF687C

Black with #AF687C

Text Example


Text Example

White with #AF687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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