Html Css Color HEX #AC7481 Tapestry

📋 copy color: '#AC7481'

red 172 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #AC7481

Tints of Tapestry #AC7481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 41.25%
G = 27.82%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC7481 (or 0xAC7481) is known color: Tapestry. HEX triplet: AC, 74 and 81. RGB value is (172,116,129). Sum of RGB (Red+Green+Blue) = 172+116+129=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7481 is #538B7E. Grayscale: #868686. Windows color (decimal): -5475199 or 8484012. OLE color: 8484012.

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

Color convert

RGB 172 116 129 -
CMYK 0 0.33 0.25 0.33
HSL 346.07º 0.25% 0.56% -
HSV(B) 346.07º 0.33% 0.67% -
XYZ 27.22 22.85 23.74 -
YUV 134.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 172 116 129 0 0.33 0.25 0.33 346.07 0.25 0.56
Hex AC 74 81 0 21 19 21 15A 19 38
Octal 254 164 201 0 41 31 41 532 31 70
Binary 10101100 1110100 10000001 0 100001 11001 100001 101011010 11001 111000

Color Harmonies of #AC7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7481

Black with #AC7481

Text Example


Text Example

White with #AC7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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