Html Css Color HEX #AF7983 Tapestry

📋 copy color: '#AF7983'

red 175 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #AF7983

Tints of Tapestry #AF7983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 40.98%
G = 28.34%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF7983 (or 0xAF7983) is known color: Tapestry. HEX triplet: AF, 79 and 83. RGB value is (175,121,131). Sum of RGB (Red+Green+Blue) = 175+121+131=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7983 is #50867C. Grayscale: #8A8A8A. Windows color (decimal): -5277309 or 8616367. OLE color: 8616367.

HSL color Cylindrical-coordinate representation of color #AF7983: hue angle of 348.89º degrees, saturation: 0.25, 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 #AF7983 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 131 -
CMYK 0 0.31 0.25 0.31
HSL 348.89º 0.25% 0.58% -
HSV(B) 348.89º 0.31% 0.69% -
XYZ 28.61 24.43 24.68 -
YUV 138.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 175 121 131 0 0.31 0.25 0.31 348.89 0.25 0.58
Hex AF 79 83 0 1F 19 1F 15D 19 3A
Octal 257 171 203 0 37 31 37 535 31 72
Binary 10101111 1111001 10000011 0 11111 11001 11111 101011101 11001 111010

Color Harmonies of #AF7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7983

Black with #AF7983

Text Example


Text Example

White with #AF7983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7983; }

 p { color: rgb(175,121,131); }

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

background-color css

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

 a { background-color: rgb(175,121,131); }

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

border-color css

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

 span { border-color: rgb(175,121,131); }

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