Html Css Color HEX #AF6679 Tapestry

📋 copy color: '#AF6679'

red 175 ◦ green 102 ◦ blue 121

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

Shades of Tapestry #AF6679

Tints of Tapestry #AF6679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 43.97%
G = 25.63%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6679 (or 0xAF6679) is known color: Tapestry. HEX triplet: AF, 66 and 79. RGB value is (175,102,121). Sum of RGB (Red+Green+Blue) = 175+102+121=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6679 is #509986. Grayscale: #7D7D7D. Windows color (decimal): -5282183 or 7956143. OLE color: 7956143.

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

Color convert

RGB 175 102 121 -
CMYK 0 0.42 0.31 0.31
HSL 344.38º 0.31% 0.54% -
HSV(B) 344.38º 0.42% 0.69% -
XYZ 25.88 20 20.58 -
YUV 125.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 175 102 121 0 0.42 0.31 0.31 344.38 0.31 0.54
Hex AF 66 79 0 2A 1F 1F 158 1F 36
Octal 257 146 171 0 52 37 37 530 37 66
Binary 10101111 1100110 1111001 0 101010 11111 11111 101011000 11111 110110

Color Harmonies of #AF6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6679

Black with #AF6679

Text Example


Text Example

White with #AF6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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