Html Css Color HEX #AF748E Tapestry

📋 copy color: '#AF748E'

red 175 ◦ green 116 ◦ blue 142

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

Shades of Tapestry #AF748E

Tints of Tapestry #AF748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

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

R = 40.42%
G = 26.79%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF748E (or 0xAF748E) is known color: Tapestry. HEX triplet: AF, 74 and 8E. RGB value is (175,116,142). Sum of RGB (Red+Green+Blue) = 175+116+142=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF748E is #508B71. Grayscale: #888888. Windows color (decimal): -5278578 or 9335983. OLE color: 9335983.

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

Color convert

RGB 175 116 142 -
CMYK 0 0.34 0.19 0.31
HSL 333.56º 0.27% 0.57% -
HSV(B) 333.56º 0.34% 0.69% -
XYZ 28.81 23.56 28.62 -
YUV 136.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 175 116 142 0 0.34 0.19 0.31 333.56 0.27 0.57
Hex AF 74 8E 0 22 13 1F 14E 1B 39
Octal 257 164 216 0 42 23 37 516 33 71
Binary 10101111 1110100 10001110 0 100010 10011 11111 101001110 11011 111001

Color Harmonies of #AF748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF748E

Black with #AF748E

Text Example


Text Example

White with #AF748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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