Html Css Color HEX #AF768C Tapestry

📋 copy color: '#AF768C'

red 175 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #AF768C

Tints of Tapestry #AF768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 40.42%
G = 27.25%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF768C (or 0xAF768C) is known color: Tapestry. HEX triplet: AF, 76 and 8C. RGB value is (175,118,140). Sum of RGB (Red+Green+Blue) = 175+118+140=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF768C is #508973. Grayscale: #898989. Windows color (decimal): -5278068 or 9205423. OLE color: 9205423.

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

Color convert

RGB 175 118 140 -
CMYK 0 0.33 0.2 0.31
HSL 336.84º 0.26% 0.57% -
HSV(B) 336.84º 0.33% 0.69% -
XYZ 28.89 23.96 27.91 -
YUV 137.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 175 118 140 0 0.33 0.2 0.31 336.84 0.26 0.57
Hex AF 76 8C 0 21 14 1F 151 1A 39
Octal 257 166 214 0 41 24 37 521 32 71
Binary 10101111 1110110 10001100 0 100001 10100 11111 101010001 11010 111001

Color Harmonies of #AF768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF768C

Black with #AF768C

Text Example


Text Example

White with #AF768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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