Html Css Color HEX #AC748B Tapestry

📋 copy color: '#AC748B'

red 172 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #AC748B

Tints of Tapestry #AC748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 40.28%
G = 27.17%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC748B (or 0xAC748B) is known color: Tapestry. HEX triplet: AC, 74 and 8B. RGB value is (172,116,139). Sum of RGB (Red+Green+Blue) = 172+116+139=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC748B is #538B74. Grayscale: #878787. Windows color (decimal): -5475189 or 9139372. OLE color: 9139372.

HSL color Cylindrical-coordinate representation of color #AC748B: hue angle of 335.36º 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 #AC748B is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 139 -
CMYK 0 0.33 0.19 0.33
HSL 335.36º 0.25% 0.56% -
HSV(B) 335.36º 0.33% 0.67% -
XYZ 27.92 23.13 27.42 -
YUV 135.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 172 116 139 0 0.33 0.19 0.33 335.36 0.25 0.56
Hex AC 74 8B 0 21 13 21 14F 19 38
Octal 254 164 213 0 41 23 41 517 31 70
Binary 10101100 1110100 10001011 0 100001 10011 100001 101001111 11001 111000

Color Harmonies of #AC748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC748B

Black with #AC748B

Text Example


Text Example

White with #AC748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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