Html Css Color HEX #AF687D Tapestry

📋 copy color: '#AF687D'

red 175 ◦ green 104 ◦ blue 125

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

Shades of Tapestry #AF687D

Tints of Tapestry #AF687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 43.32%
G = 25.74%
B = 30.94%

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

#AF687D (or 0xAF687D) is known color: Tapestry. HEX triplet: AF, 68 and 7D. RGB value is (175,104,125). Sum of RGB (Red+Green+Blue) = 175+104+125=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF687D is #509782. Grayscale: #7F7F7F. Windows color (decimal): -5281667 or 8218799. OLE color: 8218799.

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

Color convert

RGB 175 104 125 -
CMYK 0 0.41 0.29 0.31
HSL 342.25º 0.31% 0.55% -
HSV(B) 342.25º 0.41% 0.69% -
XYZ 26.33 20.5 21.97 -
YUV 127.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 175 104 125 0 0.41 0.29 0.31 342.25 0.31 0.55
Hex AF 68 7D 0 29 1D 1F 156 1F 37
Octal 257 150 175 0 51 35 37 526 37 67
Binary 10101111 1101000 1111101 0 101001 11101 11111 101010110 11111 110111

Color Harmonies of #AF687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF687D

Black with #AF687D

Text Example


Text Example

White with #AF687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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