Html Css Color HEX #AF778A Tapestry

📋 copy color: '#AF778A'

red 175 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #AF778A

Tints of Tapestry #AF778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 40.51%
G = 27.55%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF778A (or 0xAF778A) is known color: Tapestry. HEX triplet: AF, 77 and 8A. RGB value is (175,119,138). Sum of RGB (Red+Green+Blue) = 175+119+138=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF778A is #508875. Grayscale: #898989. Windows color (decimal): -5277814 or 9074607. OLE color: 9074607.

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

Color convert

RGB 175 119 138 -
CMYK 0 0.32 0.21 0.31
HSL 339.64º 0.26% 0.58% -
HSV(B) 339.64º 0.32% 0.69% -
XYZ 28.86 24.14 27.18 -
YUV 137.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 175 119 138 0 0.32 0.21 0.31 339.64 0.26 0.58
Hex AF 77 8A 0 20 15 1F 154 1A 3A
Octal 257 167 212 0 40 25 37 524 32 72
Binary 10101111 1110111 10001010 0 100000 10101 11111 101010100 11010 111010

Color Harmonies of #AF778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF778A

Black with #AF778A

Text Example


Text Example

White with #AF778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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