Html Css Color HEX #AF6586 Tapestry

📋 copy color: '#AF6586'

red 175 ◦ green 101 ◦ blue 134

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

Shades of Tapestry #AF6586

Tints of Tapestry #AF6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 42.68%
G = 24.63%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF6586 (or 0xAF6586) is known color: Tapestry. HEX triplet: AF, 65 and 86. RGB value is (175,101,134). Sum of RGB (Red+Green+Blue) = 175+101+134=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6586 is #509A79. Grayscale: #7E7E7E. Windows color (decimal): -5282426 or 8807855. OLE color: 8807855.

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

Color convert

RGB 175 101 134 -
CMYK 0 0.42 0.23 0.31
HSL 333.24º 0.32% 0.54% -
HSV(B) 333.24º 0.42% 0.69% -
XYZ 26.64 20.14 25.04 -
YUV 126.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 175 101 134 0 0.42 0.23 0.31 333.24 0.32 0.54
Hex AF 65 86 0 2A 17 1F 14D 20 36
Octal 257 145 206 0 52 27 37 515 40 66
Binary 10101111 1100101 10000110 0 101010 10111 11111 101001101 100000 110110

Color Harmonies of #AF6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6586

Black with #AF6586

Text Example


Text Example

White with #AF6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6586; }

 p { color: rgb(175,101,134); }

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

background-color css

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

 a { background-color: rgb(175,101,134); }

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

border-color css

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

 span { border-color: rgb(175,101,134); }

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