Html Css Color HEX #AC7582 Tapestry

📋 copy color: '#AC7582'

red 172 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #AC7582

Tints of Tapestry #AC7582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 41.05%
G = 27.92%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC7582 (or 0xAC7582) is known color: Tapestry. HEX triplet: AC, 75 and 82. RGB value is (172,117,130). Sum of RGB (Red+Green+Blue) = 172+117+130=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7582 is #538A7D. Grayscale: #868686. Windows color (decimal): -5474942 or 8549804. OLE color: 8549804.

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

Color convert

RGB 172 117 130 -
CMYK 0 0.32 0.24 0.33
HSL 345.82º 0.25% 0.57% -
HSV(B) 345.82º 0.32% 0.67% -
XYZ 27.4 23.1 24.13 -
YUV 134.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 172 117 130 0 0.32 0.24 0.33 345.82 0.25 0.57
Hex AC 75 82 0 20 18 21 15A 19 39
Octal 254 165 202 0 40 30 41 532 31 71
Binary 10101100 1110101 10000010 0 100000 11000 100001 101011010 11001 111001

Color Harmonies of #AC7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7582

Black with #AC7582

Text Example


Text Example

White with #AC7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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