Html Css Color HEX #AF778E Tapestry

📋 copy color: '#AF778E'

red 175 ◦ green 119 ◦ blue 142

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

Shades of Tapestry #AF778E

Tints of Tapestry #AF778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 40.14%
G = 27.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF778E (or 0xAF778E) is known color: Tapestry. HEX triplet: AF, 77 and 8E. RGB value is (175,119,142). Sum of RGB (Red+Green+Blue) = 175+119+142=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF778E is #508871. Grayscale: #8A8A8A. Windows color (decimal): -5277810 or 9336751. OLE color: 9336751.

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

Color convert

RGB 175 119 142 -
CMYK 0 0.32 0.19 0.31
HSL 335.36º 0.26% 0.58% -
HSV(B) 335.36º 0.32% 0.69% -
XYZ 29.16 24.26 28.74 -
YUV 138.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 175 119 142 0 0.32 0.19 0.31 335.36 0.26 0.58
Hex AF 77 8E 0 20 13 1F 14F 1A 3A
Octal 257 167 216 0 40 23 37 517 32 72
Binary 10101111 1110111 10001110 0 100000 10011 11111 101001111 11010 111010

Color Harmonies of #AF778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF778E

Black with #AF778E

Text Example


Text Example

White with #AF778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF778E; }

 p { color: rgb(175,119,142); }

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

background-color css

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

 a { background-color: rgb(175,119,142); }

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

border-color css

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

 span { border-color: rgb(175,119,142); }

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