Html Css Color HEX #AF6B89 Tapestry

📋 copy color: '#AF6B89'

red 175 ◦ green 107 ◦ blue 137

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

Shades of Tapestry #AF6B89

Tints of Tapestry #AF6B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

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

R = 41.77%
G = 25.54%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF6B89 (or 0xAF6B89) is known color: Tapestry. HEX triplet: AF, 6B and 89. RGB value is (175,107,137). Sum of RGB (Red+Green+Blue) = 175+107+137=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B89 is #509476. Grayscale: #828282. Windows color (decimal): -5280887 or 9005999. OLE color: 9005999.

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

Color convert

RGB 175 107 137 -
CMYK 0 0.39 0.22 0.31
HSL 333.53º 0.3% 0.55% -
HSV(B) 333.53º 0.39% 0.69% -
XYZ 27.45 21.44 26.36 -
YUV 130.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 175 107 137 0 0.39 0.22 0.31 333.53 0.3 0.55
Hex AF 6B 89 0 27 16 1F 14E 1E 37
Octal 257 153 211 0 47 26 37 516 36 67
Binary 10101111 1101011 10001001 0 100111 10110 11111 101001110 11110 110111

Color Harmonies of #AF6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B89

Black with #AF6B89

Text Example


Text Example

White with #AF6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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