Html Css Color HEX #AF838F Tapestry

📋 copy color: '#AF838F'

red 175 ◦ green 131 ◦ blue 143

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

Shades of Tapestry #AF838F

Tints of Tapestry #AF838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 38.98%
G = 29.18%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF838F (or 0xAF838F) is known color: Tapestry. HEX triplet: AF, 83 and 8F. RGB value is (175,131,143). Sum of RGB (Red+Green+Blue) = 175+131+143=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF838F is #507C70. Grayscale: #919191. Windows color (decimal): -5274737 or 9405359. OLE color: 9405359.

HSL color Cylindrical-coordinate representation of color #AF838F: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF838F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 143 -
CMYK 0 0.25 0.18 0.31
HSL 343.64º 0.22% 0.6% -
HSV(B) 343.64º 0.25% 0.69% -
XYZ 30.75 27.33 29.64 -
YUV 145.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 175 131 143 0 0.25 0.18 0.31 343.64 0.22 0.6
Hex AF 83 8F 0 19 12 1F 158 16 3C
Octal 257 203 217 0 31 22 37 530 26 74
Binary 10101111 10000011 10001111 0 11001 10010 11111 101011000 10110 111100

Color Harmonies of #AF838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF838F

Black with #AF838F

Text Example


Text Example

White with #AF838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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