Html Css Color HEX #AF8089 Tapestry

📋 copy color: '#AF8089'

red 175 ◦ green 128 ◦ blue 137

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

Shades of Tapestry #AF8089

Tints of Tapestry #AF8089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 39.77%
G = 29.09%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF8089 (or 0xAF8089) is known color: Tapestry. HEX triplet: AF, 80 and 89. RGB value is (175,128,137). Sum of RGB (Red+Green+Blue) = 175+128+137=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8089 is #507F76. Grayscale: #8F8F8F. Windows color (decimal): -5275511 or 9011375. OLE color: 9011375.

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

Color convert

RGB 175 128 137 -
CMYK 0 0.27 0.22 0.31
HSL 348.51º 0.23% 0.59% -
HSV(B) 348.51º 0.27% 0.69% -
XYZ 29.91 26.36 27.18 -
YUV 143.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 175 128 137 0 0.27 0.22 0.31 348.51 0.23 0.59
Hex AF 80 89 0 1B 16 1F 15D 17 3B
Octal 257 200 211 0 33 26 37 535 27 73
Binary 10101111 10000000 10001001 0 11011 10110 11111 101011101 10111 111011

Color Harmonies of #AF8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8089

Black with #AF8089

Text Example


Text Example

White with #AF8089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8089; }

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

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

background-color css

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

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

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

border-color css

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

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

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