Html Css Color HEX #AF788E Tapestry

📋 copy color: '#AF788E'

red 175 ◦ green 120 ◦ blue 142

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

Shades of Tapestry #AF788E

Tints of Tapestry #AF788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

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

R = 40.05%
G = 27.46%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF788E (or 0xAF788E) is known color: Tapestry. HEX triplet: AF, 78 and 8E. RGB value is (175,120,142). Sum of RGB (Red+Green+Blue) = 175+120+142=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788E is #508771. Grayscale: #8A8A8A. Windows color (decimal): -5277554 or 9337007. OLE color: 9337007.

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

Color convert

RGB 175 120 142 -
CMYK 0 0.31 0.19 0.31
HSL 336º 0.26% 0.58% -
HSV(B) 336º 0.31% 0.69% -
XYZ 29.28 24.5 28.78 -
YUV 138.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 175 120 142 0 0.31 0.19 0.31 336 0.26 0.58
Hex AF 78 8E 0 1F 13 1F 150 1A 3A
Octal 257 170 216 0 37 23 37 520 32 72
Binary 10101111 1111000 10001110 0 11111 10011 11111 101010000 11010 111010

Color Harmonies of #AF788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF788E

Black with #AF788E

Text Example


Text Example

White with #AF788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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