Html Css Color HEX #AF828E Tapestry

📋 copy color: '#AF828E'

red 175 ◦ green 130 ◦ blue 142

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

Shades of Tapestry #AF828E

Tints of Tapestry #AF828E

RGB

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

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

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

R = 39.15%
G = 29.08%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF828E (or 0xAF828E) is known color: Tapestry. HEX triplet: AF, 82 and 8E. RGB value is (175,130,142). Sum of RGB (Red+Green+Blue) = 175+130+142=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828E is #507D71. Grayscale: #909090. Windows color (decimal): -5274994 or 9339567. OLE color: 9339567.

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

Color convert

RGB 175 130 142 -
CMYK 0 0.26 0.19 0.31
HSL 344º 0.22% 0.6% -
HSV(B) 344º 0.26% 0.69% -
XYZ 30.54 27.03 29.2 -
YUV 144.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 175 130 142 0 0.26 0.19 0.31 344 0.22 0.6
Hex AF 82 8E 0 1A 13 1F 158 16 3C
Octal 257 202 216 0 32 23 37 530 26 74
Binary 10101111 10000010 10001110 0 11010 10011 11111 101011000 10110 111100

Color Harmonies of #AF828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF828E

Black with #AF828E

Text Example


Text Example

White with #AF828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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