Html Css Color HEX #AC748A Tapestry

📋 copy color: '#AC748A'

red 172 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #AC748A

Tints of Tapestry #AC748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

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

R = 40.38%
G = 27.23%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC748A (or 0xAC748A) is known color: Tapestry. HEX triplet: AC, 74 and 8A. RGB value is (172,116,138). Sum of RGB (Red+Green+Blue) = 172+116+138=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC748A is #538B75. Grayscale: #878787. Windows color (decimal): -5475190 or 9073836. OLE color: 9073836.

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

Color convert

RGB 172 116 138 -
CMYK 0 0.33 0.20 0.33
HSL 336.43º 0.25% 0.56% -
HSV(B) 336.43º 0.33% 0.67% -
XYZ 27.85 23.1 27.04 -
YUV 135.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 172 116 138 0 0.33 0.20 0.33 336.43 0.25 0.56
Hex AC 74 8A 0 21 14 21 150 19 38
Octal 254 164 212 0 41 24 41 520 31 70
Binary 10101100 1110100 10001010 0 100001 10100 100001 101010000 11001 111000

Color Harmonies of #AC748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC748A

Black with #AC748A

Text Example


Text Example

White with #AC748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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