Html Css Color HEX #AF6D89 Tapestry

📋 copy color: '#AF6D89'

red 175 ◦ green 109 ◦ blue 137

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

Shades of Tapestry #AF6D89

Tints of Tapestry #AF6D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

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

R = 41.57%
G = 25.89%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF6D89 (or 0xAF6D89) is known color: Tapestry. HEX triplet: AF, 6D and 89. RGB value is (175,109,137). Sum of RGB (Red+Green+Blue) = 175+109+137=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D89 is #509276. Grayscale: #838383. Windows color (decimal): -5280375 or 9006511. OLE color: 9006511.

HSL color Cylindrical-coordinate representation of color #AF6D89: hue angle of 334.55º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D89 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 137 -
CMYK 0 0.38 0.22 0.31
HSL 334.55º 0.29% 0.56% -
HSV(B) 334.55º 0.38% 0.69% -
XYZ 27.66 21.86 26.43 -
YUV 131.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 175 109 137 0 0.38 0.22 0.31 334.55 0.29 0.56
Hex AF 6D 89 0 26 16 1F 14F 1D 38
Octal 257 155 211 0 46 26 37 517 35 70
Binary 10101111 1101101 10001001 0 100110 10110 11111 101001111 11101 111000

Color Harmonies of #AF6D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D89

Black with #AF6D89

Text Example


Text Example

White with #AF6D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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