Html Css Color HEX #AF7790 Tapestry

📋 copy color: '#AF7790'

red 175 ◦ green 119 ◦ blue 144

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

Shades of Tapestry #AF7790

Tints of Tapestry #AF7790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 39.95%
G = 27.17%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF7790 (or 0xAF7790) is known color: Tapestry. HEX triplet: AF, 77 and 90. RGB value is (175,119,144). Sum of RGB (Red+Green+Blue) = 175+119+144=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7790 is #50886F. Grayscale: #8A8A8A. Windows color (decimal): -5277808 or 9467823. OLE color: 9467823.

HSL color Cylindrical-coordinate representation of color #AF7790: hue angle of 333.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF7790 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 144 -
CMYK 0 0.32 0.18 0.31
HSL 333.21º 0.26% 0.58% -
HSV(B) 333.21º 0.32% 0.69% -
XYZ 29.31 24.32 29.54 -
YUV 138.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 175 119 144 0 0.32 0.18 0.31 333.21 0.26 0.58
Hex AF 77 90 0 20 12 1F 14D 1A 3A
Octal 257 167 220 0 40 22 37 515 32 72
Binary 10101111 1110111 10010000 0 100000 10010 11111 101001101 11010 111010

Color Harmonies of #AF7790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7790

Black with #AF7790

Text Example


Text Example

White with #AF7790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7790; }

 p { color: rgb(175,119,144); }

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

background-color css

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

 a { background-color: rgb(175,119,144); }

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

border-color css

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

 span { border-color: rgb(175,119,144); }

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