Html Css Color HEX #AF818B Tapestry

📋 copy color: '#AF818B'

red 175 ◦ green 129 ◦ blue 139

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

Shades of Tapestry #AF818B

Tints of Tapestry #AF818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

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

R = 39.5%
G = 29.12%
B = 31.38%

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

#AF818B (or 0xAF818B) is known color: Tapestry. HEX triplet: AF, 81 and 8B. RGB value is (175,129,139). Sum of RGB (Red+Green+Blue) = 175+129+139=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF818B is #507E74. Grayscale: #8F8F8F. Windows color (decimal): -5275253 or 9142703. OLE color: 9142703.

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

Color convert

RGB 175 129 139 -
CMYK 0 0.26 0.21 0.31
HSL 346.96º 0.22% 0.6% -
HSV(B) 346.96º 0.26% 0.69% -
XYZ 30.19 26.68 27.98 -
YUV 143.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 175 129 139 0 0.26 0.21 0.31 346.96 0.22 0.6
Hex AF 81 8B 0 1A 15 1F 15B 16 3C
Octal 257 201 213 0 32 25 37 533 26 74
Binary 10101111 10000001 10001011 0 11010 10101 11111 101011011 10110 111100

Color Harmonies of #AF818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF818B

Black with #AF818B

Text Example


Text Example

White with #AF818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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