Html Css Color HEX #AF6579 Tapestry

📋 copy color: '#AF6579'

red 175 ◦ green 101 ◦ blue 121

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

Shades of Tapestry #AF6579

Tints of Tapestry #AF6579

RGB

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

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

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

R = 44.08%
G = 25.44%
B = 30.48%

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

#AF6579 (or 0xAF6579) is known color: Tapestry. HEX triplet: AF, 65 and 79. RGB value is (175,101,121). Sum of RGB (Red+Green+Blue) = 175+101+121=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6579 is #509A86. Grayscale: #7D7D7D. Windows color (decimal): -5282439 or 7955887. OLE color: 7955887.

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

Color convert

RGB 175 101 121 -
CMYK 0 0.42 0.31 0.31
HSL 343.78º 0.32% 0.54% -
HSV(B) 343.78º 0.42% 0.69% -
XYZ 25.78 19.8 20.55 -
YUV 125.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 175 101 121 0 0.42 0.31 0.31 343.78 0.32 0.54
Hex AF 65 79 0 2A 1F 1F 158 20 36
Octal 257 145 171 0 52 37 37 530 40 66
Binary 10101111 1100101 1111001 0 101010 11111 11111 101011000 100000 110110

Color Harmonies of #AF6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6579

Black with #AF6579

Text Example


Text Example

White with #AF6579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6579; }

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

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

background-color css

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

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

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

border-color css

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

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

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