Html Css Color HEX #AF808A Tapestry

📋 copy color: '#AF808A'

red 175 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #AF808A

Tints of Tapestry #AF808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 39.68%
G = 29.02%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF808A (or 0xAF808A) is known color: Tapestry. HEX triplet: AF, 80 and 8A. RGB value is (175,128,138). Sum of RGB (Red+Green+Blue) = 175+128+138=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF808A is #507F75. Grayscale: #8F8F8F. Windows color (decimal): -5275510 or 9076911. OLE color: 9076911.

HSL color Cylindrical-coordinate representation of color #AF808A: hue angle of 347.23º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF808A is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 138 -
CMYK 0 0.27 0.21 0.31
HSL 347.23º 0.23% 0.59% -
HSV(B) 347.23º 0.27% 0.69% -
XYZ 29.99 26.39 27.56 -
YUV 143.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 175 128 138 0 0.27 0.21 0.31 347.23 0.23 0.59
Hex AF 80 8A 0 1B 15 1F 15B 17 3B
Octal 257 200 212 0 33 25 37 533 27 73
Binary 10101111 10000000 10001010 0 11011 10101 11111 101011011 10111 111011

Color Harmonies of #AF808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF808A

Black with #AF808A

Text Example


Text Example

White with #AF808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF808A; }

 p { color: rgb(175,128,138); }

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

background-color css

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

 a { background-color: rgb(175,128,138); }

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

border-color css

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

 span { border-color: rgb(175,128,138); }

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