Html Css Color HEX #AC7382 Tapestry

📋 copy color: '#AC7382'

red 172 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #AC7382

Tints of Tapestry #AC7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 41.25%
G = 27.58%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC7382 (or 0xAC7382) is known color: Tapestry. HEX triplet: AC, 73 and 82. RGB value is (172,115,130). Sum of RGB (Red+Green+Blue) = 172+115+130=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7382 is #538C7D. Grayscale: #858585. Windows color (decimal): -5475454 or 8549292. OLE color: 8549292.

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

Color convert

RGB 172 115 130 -
CMYK 0 0.33 0.24 0.33
HSL 344.21º 0.26% 0.56% -
HSV(B) 344.21º 0.33% 0.67% -
XYZ 27.17 22.64 24.06 -
YUV 133.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 172 115 130 0 0.33 0.24 0.33 344.21 0.26 0.56
Hex AC 73 82 0 21 18 21 158 1A 38
Octal 254 163 202 0 41 30 41 530 32 70
Binary 10101100 1110011 10000010 0 100001 11000 100001 101011000 11010 111000

Color Harmonies of #AC7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7382

Black with #AC7382

Text Example


Text Example

White with #AC7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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