Html Css Color HEX #AF8189 Tapestry

📋 copy color: '#AF8189'

red 175 ◦ green 129 ◦ blue 137

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

Shades of Tapestry #AF8189

Tints of Tapestry #AF8189

RGB

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

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

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

R = 39.68%
G = 29.25%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF8189 (or 0xAF8189) is known color: Tapestry. HEX triplet: AF, 81 and 89. RGB value is (175,129,137). Sum of RGB (Red+Green+Blue) = 175+129+137=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8189 is #507E76. Grayscale: #8F8F8F. Windows color (decimal): -5275255 or 9011631. OLE color: 9011631.

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

Color convert

RGB 175 129 137 -
CMYK 0 0.26 0.22 0.31
HSL 349.57º 0.22% 0.6% -
HSV(B) 349.57º 0.26% 0.69% -
XYZ 30.04 26.62 27.22 -
YUV 143.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 175 129 137 0 0.26 0.22 0.31 349.57 0.22 0.6
Hex AF 81 89 0 1A 16 1F 15E 16 3C
Octal 257 201 211 0 32 26 37 536 26 74
Binary 10101111 10000001 10001001 0 11010 10110 11111 101011110 10110 111100

Color Harmonies of #AF8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8189

Black with #AF8189

Text Example


Text Example

White with #AF8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8189; }

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

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

background-color css

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

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

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

border-color css

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

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

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