Html Css Color HEX #AF7687 Tapestry

📋 copy color: '#AF7687'

red 175 ◦ green 118 ◦ blue 135

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

Shades of Tapestry #AF7687

Tints of Tapestry #AF7687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

 BLUE value IS 135 (53.13% from 255) = 31.54%

R = 40.89%
G = 27.57%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7687 (or 0xAF7687) is known color: Tapestry. HEX triplet: AF, 76 and 87. RGB value is (175,118,135). Sum of RGB (Red+Green+Blue) = 175+118+135=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7687 is #508978. Grayscale: #888888. Windows color (decimal): -5278073 or 8877743. OLE color: 8877743.

HSL color Cylindrical-coordinate representation of color #AF7687: hue angle of 342.11º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7687 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 135 -
CMYK 0 0.33 0.23 0.31
HSL 342.11º 0.26% 0.57% -
HSV(B) 342.11º 0.33% 0.69% -
XYZ 28.53 23.82 26.02 -
YUV 136.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 175 118 135 0 0.33 0.23 0.31 342.11 0.26 0.57
Hex AF 76 87 0 21 17 1F 156 1A 39
Octal 257 166 207 0 41 27 37 526 32 71
Binary 10101111 1110110 10000111 0 100001 10111 11111 101010110 11010 111001

Color Harmonies of #AF7687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7687

Black with #AF7687

Text Example


Text Example

White with #AF7687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7687; }

 p { color: rgb(175,118,135); }

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

background-color css

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

 a { background-color: rgb(175,118,135); }

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

border-color css

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

 span { border-color: rgb(175,118,135); }

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