Html Css Color HEX #AC758A Tapestry

📋 copy color: '#AC758A'

red 172 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #AC758A

Tints of Tapestry #AC758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

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

R = 40.28%
G = 27.4%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC758A (or 0xAC758A) is known color: Tapestry. HEX triplet: AC, 75 and 8A. RGB value is (172,117,138). Sum of RGB (Red+Green+Blue) = 172+117+138=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758A is #538A75. Grayscale: #878787. Windows color (decimal): -5474934 or 9074092. OLE color: 9074092.

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

Color convert

RGB 172 117 138 -
CMYK 0 0.32 0.20 0.33
HSL 337.09º 0.25% 0.57% -
HSV(B) 337.09º 0.32% 0.67% -
XYZ 27.96 23.33 27.07 -
YUV 135.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 172 117 138 0 0.32 0.20 0.33 337.09 0.25 0.57
Hex AC 75 8A 0 20 14 21 151 19 39
Octal 254 165 212 0 40 24 41 521 31 71
Binary 10101100 1110101 10001010 0 100000 10100 100001 101010001 11001 111001

Color Harmonies of #AC758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC758A

Black with #AC758A

Text Example


Text Example

White with #AC758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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