Html Css Color HEX #AF6685 Tapestry

📋 copy color: '#AF6685'

red 175 ◦ green 102 ◦ blue 133

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

Shades of Tapestry #AF6685

Tints of Tapestry #AF6685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 42.68%
G = 24.88%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF6685 (or 0xAF6685) is known color: Tapestry. HEX triplet: AF, 66 and 85. RGB value is (175,102,133). Sum of RGB (Red+Green+Blue) = 175+102+133=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6685 is #50997A. Grayscale: #7F7F7F. Windows color (decimal): -5282171 or 8742575. OLE color: 8742575.

HSL color Cylindrical-coordinate representation of color #AF6685: hue angle of 334.52º degrees, saturation: 0.31, 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 #AF6685 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 133 -
CMYK 0 0.42 0.24 0.31
HSL 334.52º 0.31% 0.54% -
HSV(B) 334.52º 0.42% 0.69% -
XYZ 26.66 20.31 24.71 -
YUV 127.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 175 102 133 0 0.42 0.24 0.31 334.52 0.31 0.54
Hex AF 66 85 0 2A 18 1F 14F 1F 36
Octal 257 146 205 0 52 30 37 517 37 66
Binary 10101111 1100110 10000101 0 101010 11000 11111 101001111 11111 110110

Color Harmonies of #AF6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6685

Black with #AF6685

Text Example


Text Example

White with #AF6685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6685; }

 p { color: rgb(175,102,133); }

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

background-color css

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

 a { background-color: rgb(175,102,133); }

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

border-color css

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

 span { border-color: rgb(175,102,133); }

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