Html Css Color HEX #AC6A7B Tapestry

📋 copy color: '#AC6A7B'

red 172 ◦ green 106 ◦ blue 123

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

Shades of Tapestry #AC6A7B

Tints of Tapestry #AC6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 42.89%
G = 26.43%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC6A7B (or 0xAC6A7B) is known color: Tapestry. HEX triplet: AC, 6A and 7B. RGB value is (172,106,123). Sum of RGB (Red+Green+Blue) = 172+106+123=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7B is #539584. Grayscale: #7F7F7F. Windows color (decimal): -5477765 or 8088236. OLE color: 8088236.

HSL color Cylindrical-coordinate representation of color #AC6A7B: hue angle of 344.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC6A7B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 106 123 -
CMYK 0 0.38 0.28 0.33
HSL 344.55º 0.28% 0.55% -
HSV(B) 344.55º 0.38% 0.67% -
XYZ 25.74 20.51 21.34 -
YUV 127.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 172 106 123 0 0.38 0.28 0.33 344.55 0.28 0.55
Hex AC 6A 7B 0 26 1C 21 159 1C 37
Octal 254 152 173 0 46 34 41 531 34 67
Binary 10101100 1101010 1111011 0 100110 11100 100001 101011001 11100 110111

Color Harmonies of #AC6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A7B

Black with #AC6A7B

Text Example


Text Example

White with #AC6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A7B; }

 p { color: rgb(172,106,123); }

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

background-color css

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

 a { background-color: rgb(172,106,123); }

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

border-color css

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

 span { border-color: rgb(172,106,123); }

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