Html Css Color HEX #AF848C Tapestry

📋 copy color: '#AF848C'

red 175 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #AF848C

Tints of Tapestry #AF848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 39.15%
G = 29.53%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF848C (or 0xAF848C) is known color: Tapestry. HEX triplet: AF, 84 and 8C. RGB value is (175,132,140). Sum of RGB (Red+Green+Blue) = 175+132+140=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF848C is #507B73. Grayscale: #919191. Windows color (decimal): -5274484 or 9209007. OLE color: 9209007.

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

Color convert

RGB 175 132 140 -
CMYK 0 0.25 0.2 0.31
HSL 348.84º 0.21% 0.6% -
HSV(B) 348.84º 0.25% 0.69% -
XYZ 30.66 27.51 28.5 -
YUV 145.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 175 132 140 0 0.25 0.2 0.31 348.84 0.21 0.6
Hex AF 84 8C 0 19 14 1F 15D 15 3C
Octal 257 204 214 0 31 24 37 535 25 74
Binary 10101111 10000100 10001100 0 11001 10100 11111 101011101 10101 111100

Color Harmonies of #AF848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF848C

Black with #AF848C

Text Example


Text Example

White with #AF848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF848C; }

 p { color: rgb(175,132,140); }

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

background-color css

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

 a { background-color: rgb(175,132,140); }

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

border-color css

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

 span { border-color: rgb(175,132,140); }

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