Html Css Color HEX #AF6784 Tapestry

📋 copy color: '#AF6784'

red 175 ◦ green 103 ◦ blue 132

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

Shades of Tapestry #AF6784

Tints of Tapestry #AF6784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

 BLUE value IS 132 (51.95% from 255) = 32.2%

R = 42.68%
G = 25.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF6784 (or 0xAF6784) is known color: Tapestry. HEX triplet: AF, 67 and 84. RGB value is (175,103,132). Sum of RGB (Red+Green+Blue) = 175+103+132=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6784 is #50987B. Grayscale: #7F7F7F. Windows color (decimal): -5281916 or 8677295. OLE color: 8677295.

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

Color convert

RGB 175 103 132 -
CMYK 0 0.41 0.25 0.31
HSL 335.83º 0.31% 0.55% -
HSV(B) 335.83º 0.41% 0.69% -
XYZ 26.69 20.48 24.38 -
YUV 127.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 175 103 132 0 0.41 0.25 0.31 335.83 0.31 0.55
Hex AF 67 84 0 29 19 1F 150 1F 37
Octal 257 147 204 0 51 31 37 520 37 67
Binary 10101111 1100111 10000100 0 101001 11001 11111 101010000 11111 110111

Color Harmonies of #AF6784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6784

Black with #AF6784

Text Example


Text Example

White with #AF6784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6784; }

 p { color: rgb(175,103,132); }

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

background-color css

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

 a { background-color: rgb(175,103,132); }

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

border-color css

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

 span { border-color: rgb(175,103,132); }

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