Html Css Color HEX #AC6B7D Tapestry

📋 copy color: '#AC6B7D'

red 172 ◦ green 107 ◦ blue 125

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

Shades of Tapestry #AC6B7D

Tints of Tapestry #AC6B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.49%

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

R = 42.57%
G = 26.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC6B7D (or 0xAC6B7D) is known color: Tapestry. HEX triplet: AC, 6B and 7D. RGB value is (172,107,125). Sum of RGB (Red+Green+Blue) = 172+107+125=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B7D is #539482. Grayscale: #808080. Windows color (decimal): -5477507 or 8219564. OLE color: 8219564.

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

Color convert

RGB 172 107 125 -
CMYK 0 0.38 0.27 0.33
HSL 343.38º 0.28% 0.55% -
HSV(B) 343.38º 0.38% 0.67% -
XYZ 25.97 20.77 22.04 -
YUV 128.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 172 107 125 0 0.38 0.27 0.33 343.38 0.28 0.55
Hex AC 6B 7D 0 26 1B 21 157 1C 37
Octal 254 153 175 0 46 33 41 527 34 67
Binary 10101100 1101011 1111101 0 100110 11011 100001 101010111 11100 110111

Color Harmonies of #AC6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B7D

Black with #AC6B7D

Text Example


Text Example

White with #AC6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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