Html Css Color HEX #AC7A82 Tapestry

📋 copy color: '#AC7A82'

red 172 ◦ green 122 ◦ blue 130

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

Shades of Tapestry #AC7A82

Tints of Tapestry #AC7A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 40.57%
G = 28.77%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC7A82 (or 0xAC7A82) is known color: Tapestry. HEX triplet: AC, 7A and 82. RGB value is (172,122,130). Sum of RGB (Red+Green+Blue) = 172+122+130=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A82 is #53857D. Grayscale: #898989. Windows color (decimal): -5473662 or 8551084. OLE color: 8551084.

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

Color convert

RGB 172 122 130 -
CMYK 0 0.29 0.24 0.33
HSL 350.4º 0.23% 0.58% -
HSV(B) 350.4º 0.29% 0.67% -
XYZ 28 24.3 24.33 -
YUV 137.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 172 122 130 0 0.29 0.24 0.33 350.4 0.23 0.58
Hex AC 7A 82 0 1D 18 21 15E 17 3A
Octal 254 172 202 0 35 30 41 536 27 72
Binary 10101100 1111010 10000010 0 11101 11000 100001 101011110 10111 111010

Color Harmonies of #AC7A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A82

Black with #AC7A82

Text Example


Text Example

White with #AC7A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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