Html Css Color HEX #AC667D Tapestry

📋 copy color: '#AC667D'

red 172 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #AC667D

Tints of Tapestry #AC667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 43.11%
G = 25.56%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC667D (or 0xAC667D) is known color: Tapestry. HEX triplet: AC, 66 and 7D. RGB value is (172,102,125). Sum of RGB (Red+Green+Blue) = 172+102+125=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC667D is #539982. Grayscale: #7D7D7D. Windows color (decimal): -5478787 or 8218284. OLE color: 8218284.

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

Color convert

RGB 172 102 125 -
CMYK 0 0.41 0.27 0.33
HSL 340.29º 0.3% 0.54% -
HSV(B) 340.29º 0.41% 0.67% -
XYZ 25.47 19.75 21.87 -
YUV 125.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 172 102 125 0 0.41 0.27 0.33 340.29 0.3 0.54
Hex AC 66 7D 0 29 1B 21 154 1E 36
Octal 254 146 175 0 51 33 41 524 36 66
Binary 10101100 1100110 1111101 0 101001 11011 100001 101010100 11110 110110

Color Harmonies of #AC667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC667D

Black with #AC667D

Text Example


Text Example

White with #AC667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC667D; }

 p { color: rgb(172,102,125); }

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

background-color css

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

 a { background-color: rgb(172,102,125); }

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

border-color css

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

 span { border-color: rgb(172,102,125); }

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