Html Css Color HEX #AF768B Tapestry

📋 copy color: '#AF768B'

red 175 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #AF768B

Tints of Tapestry #AF768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 40.51%
G = 27.31%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF768B (or 0xAF768B) is known color: Tapestry. HEX triplet: AF, 76 and 8B. RGB value is (175,118,139). Sum of RGB (Red+Green+Blue) = 175+118+139=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF768B is #508974. Grayscale: #898989. Windows color (decimal): -5278069 or 9139887. OLE color: 9139887.

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

Color convert

RGB 175 118 139 -
CMYK 0 0.33 0.21 0.31
HSL 337.89º 0.26% 0.57% -
HSV(B) 337.89º 0.33% 0.69% -
XYZ 28.82 23.93 27.53 -
YUV 137.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 175 118 139 0 0.33 0.21 0.31 337.89 0.26 0.57
Hex AF 76 8B 0 21 15 1F 152 1A 39
Octal 257 166 213 0 41 25 37 522 32 71
Binary 10101111 1110110 10001011 0 100001 10101 11111 101010010 11010 111001

Color Harmonies of #AF768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF768B

Black with #AF768B

Text Example


Text Example

White with #AF768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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