Html Css Color HEX #AC7C85 Tapestry

📋 copy color: '#AC7C85'

red 172 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #AC7C85

Tints of Tapestry #AC7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 40.09%
G = 28.9%
B = 31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC7C85 (or 0xAC7C85) is known color: Tapestry. HEX triplet: AC, 7C and 85. RGB value is (172,124,133). Sum of RGB (Red+Green+Blue) = 172+124+133=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7C85 is #53837A. Grayscale: #8B8B8B. Windows color (decimal): -5473147 or 8748204. OLE color: 8748204.

HSL color Cylindrical-coordinate representation of color #AC7C85: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7C85 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 124 133 -
CMYK 0 0.28 0.23 0.33
HSL 348.75º 0.22% 0.58% -
HSV(B) 348.75º 0.28% 0.67% -
XYZ 28.45 24.88 25.49 -
YUV 139.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 172 124 133 0 0.28 0.23 0.33 348.75 0.22 0.58
Hex AC 7C 85 0 1C 17 21 15D 16 3A
Octal 254 174 205 0 34 27 41 535 26 72
Binary 10101100 1111100 10000101 0 11100 10111 100001 101011101 10110 111010

Color Harmonies of #AC7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C85

Black with #AC7C85

Text Example


Text Example

White with #AC7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C85; }

 p { color: rgb(172,124,133); }

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

background-color css

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

 a { background-color: rgb(172,124,133); }

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

border-color css

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

 span { border-color: rgb(172,124,133); }

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