Html Css Color HEX #AC6479 Tapestry

📋 copy color: '#AC6479'

red 172 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #AC6479

Tints of Tapestry #AC6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 43.77%
G = 25.45%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC6479 (or 0xAC6479) is known color: Tapestry. HEX triplet: AC, 64 and 79. RGB value is (172,100,121). Sum of RGB (Red+Green+Blue) = 172+100+121=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6479 is #539B86. Grayscale: #7B7B7B. Windows color (decimal): -5479303 or 7955628. OLE color: 7955628.

HSL color Cylindrical-coordinate representation of color #AC6479: hue angle of 342.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6479 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 100 121 -
CMYK 0 0.42 0.30 0.33
HSL 342.5º 0.3% 0.53% -
HSV(B) 342.5º 0.42% 0.67% -
XYZ 25.02 19.27 20.49 -
YUV 123.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 172 100 121 0 0.42 0.30 0.33 342.5 0.3 0.53
Hex AC 64 79 0 2A 1E 21 156 1E 35
Octal 254 144 171 0 52 36 41 526 36 65
Binary 10101100 1100100 1111001 0 101010 11110 100001 101010110 11110 110101

Color Harmonies of #AC6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6479

Black with #AC6479

Text Example


Text Example

White with #AC6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6479; }

 p { color: rgb(172,100,121); }

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

background-color css

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

 a { background-color: rgb(172,100,121); }

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

border-color css

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

 span { border-color: rgb(172,100,121); }

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