Html Css Color HEX #AF6079 Tapestry

📋 copy color: '#AF6079'

red 175 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #AF6079

Tints of Tapestry #AF6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.49%

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

R = 44.64%
G = 24.49%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6079 (or 0xAF6079) is known color: Tapestry. HEX triplet: AF, 60 and 79. RGB value is (175,96,121). Sum of RGB (Red+Green+Blue) = 175+96+121=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6079 is #509F86. Grayscale: #7A7A7A. Windows color (decimal): -5283719 or 7954607. OLE color: 7954607.

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

Color convert

RGB 175 96 121 -
CMYK 0 0.45 0.31 0.31
HSL 341.01º 0.33% 0.53% -
HSV(B) 341.01º 0.45% 0.69% -
XYZ 25.31 18.86 20.4 -
YUV 122.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 175 96 121 0 0.45 0.31 0.31 341.01 0.33 0.53
Hex AF 60 79 0 2D 1F 1F 155 21 35
Octal 257 140 171 0 55 37 37 525 41 65
Binary 10101111 1100000 1111001 0 101101 11111 11111 101010101 100001 110101

Color Harmonies of #AF6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6079

Black with #AF6079

Text Example


Text Example

White with #AF6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6079; }

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

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

background-color css

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

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

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

border-color css

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

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

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