Html Css Color HEX #AF828B Tapestry

📋 copy color: '#AF828B'

red 175 ◦ green 130 ◦ blue 139

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

Shades of Tapestry #AF828B

Tints of Tapestry #AF828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.31%

R = 39.41%
G = 29.28%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF828B (or 0xAF828B) is known color: Tapestry. HEX triplet: AF, 82 and 8B. RGB value is (175,130,139). Sum of RGB (Red+Green+Blue) = 175+130+139=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828B is #507D74. Grayscale: #909090. Windows color (decimal): -5274997 or 9142959. OLE color: 9142959.

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

Color convert

RGB 175 130 139 -
CMYK 0 0.26 0.21 0.31
HSL 348º 0.22% 0.6% -
HSV(B) 348º 0.26% 0.69% -
XYZ 30.32 26.94 28.03 -
YUV 144.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 175 130 139 0 0.26 0.21 0.31 348 0.22 0.6
Hex AF 82 8B 0 1A 15 1F 15C 16 3C
Octal 257 202 213 0 32 25 37 534 26 74
Binary 10101111 10000010 10001011 0 11010 10101 11111 101011100 10110 111100

Color Harmonies of #AF828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF828B

Black with #AF828B

Text Example


Text Example

White with #AF828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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