Html Css Color HEX #AF828F Tapestry

📋 copy color: '#AF828F'

red 175 ◦ green 130 ◦ blue 143

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

Shades of Tapestry #AF828F

Tints of Tapestry #AF828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

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

R = 39.06%
G = 29.02%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF828F (or 0xAF828F) is known color: Tapestry. HEX triplet: AF, 82 and 8F. RGB value is (175,130,143). Sum of RGB (Red+Green+Blue) = 175+130+143=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828F is #507D70. Grayscale: #909090. Windows color (decimal): -5274993 or 9405103. OLE color: 9405103.

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

Color convert

RGB 175 130 143 -
CMYK 0 0.26 0.18 0.31
HSL 342.67º 0.22% 0.6% -
HSV(B) 342.67º 0.26% 0.69% -
XYZ 30.62 27.06 29.6 -
YUV 144.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 175 130 143 0 0.26 0.18 0.31 342.67 0.22 0.6
Hex AF 82 8F 0 1A 12 1F 157 16 3C
Octal 257 202 217 0 32 22 37 527 26 74
Binary 10101111 10000010 10001111 0 11010 10010 11111 101010111 10110 111100

Color Harmonies of #AF828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF828F

Black with #AF828F

Text Example


Text Example

White with #AF828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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