Html Css Color HEX #AF738E Tapestry

📋 copy color: '#AF738E'

red 175 ◦ green 115 ◦ blue 142

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

Shades of Tapestry #AF738E

Tints of Tapestry #AF738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

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

R = 40.51%
G = 26.62%
B = 32.87%

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

#AF738E (or 0xAF738E) is known color: Tapestry. HEX triplet: AF, 73 and 8E. RGB value is (175,115,142). Sum of RGB (Red+Green+Blue) = 175+115+142=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF738E is #508C71. Grayscale: #878787. Windows color (decimal): -5278834 or 9335727. OLE color: 9335727.

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

Color convert

RGB 175 115 142 -
CMYK 0 0.34 0.19 0.31
HSL 333º 0.27% 0.57% -
HSV(B) 333º 0.34% 0.69% -
XYZ 28.69 23.33 28.58 -
YUV 136.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 175 115 142 0 0.34 0.19 0.31 333 0.27 0.57
Hex AF 73 8E 0 22 13 1F 14D 1B 39
Octal 257 163 216 0 42 23 37 515 33 71
Binary 10101111 1110011 10001110 0 100010 10011 11111 101001101 11011 111001

Color Harmonies of #AF738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF738E

Black with #AF738E

Text Example


Text Example

White with #AF738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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