Html Css Color HEX #AF7C8E Tapestry

📋 copy color: '#AF7C8E'

red 175 ◦ green 124 ◦ blue 142

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

Shades of Tapestry #AF7C8E

Tints of Tapestry #AF7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 39.68%
G = 28.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF7C8E (or 0xAF7C8E) is known color: Tapestry. HEX triplet: AF, 7C and 8E. RGB value is (175,124,142). Sum of RGB (Red+Green+Blue) = 175+124+142=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C8E is #508371. Grayscale: #8D8D8D. Windows color (decimal): -5276530 or 9338031. OLE color: 9338031.

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

Color convert

RGB 175 124 142 -
CMYK 0 0.29 0.19 0.31
HSL 338.82º 0.24% 0.59% -
HSV(B) 338.82º 0.29% 0.69% -
XYZ 29.77 25.48 28.94 -
YUV 141.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 175 124 142 0 0.29 0.19 0.31 338.82 0.24 0.59
Hex AF 7C 8E 0 1D 13 1F 153 18 3B
Octal 257 174 216 0 35 23 37 523 30 73
Binary 10101111 1111100 10001110 0 11101 10011 11111 101010011 11000 111011

Color Harmonies of #AF7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C8E

Black with #AF7C8E

Text Example


Text Example

White with #AF7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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