Html Css Color HEX #AC778A Tapestry

📋 copy color: '#AC778A'

red 172 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #AC778A

Tints of Tapestry #AC778A

RGB

 RED value IS 172 (67.58% from 255) = 40.09%

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

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

R = 40.09%
G = 27.74%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC778A (or 0xAC778A) is known color: Tapestry. HEX triplet: AC, 77 and 8A. RGB value is (172,119,138). Sum of RGB (Red+Green+Blue) = 172+119+138=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC778A is #538875. Grayscale: #888888. Windows color (decimal): -5474422 or 9074604. OLE color: 9074604.

HSL color Cylindrical-coordinate representation of color #AC778A: hue angle of 338.49º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC778A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 138 -
CMYK 0 0.31 0.20 0.33
HSL 338.49º 0.24% 0.57% -
HSV(B) 338.49º 0.31% 0.67% -
XYZ 28.2 23.8 27.15 -
YUV 137.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 172 119 138 0 0.31 0.20 0.33 338.49 0.24 0.57
Hex AC 77 8A 0 1F 14 21 152 18 39
Octal 254 167 212 0 37 24 41 522 30 71
Binary 10101100 1110111 10001010 0 11111 10100 100001 101010010 11000 111001

Color Harmonies of #AC778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC778A

Black with #AC778A

Text Example


Text Example

White with #AC778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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