Html Css Color HEX #AC6B7F Tapestry

📋 copy color: '#AC6B7F'

red 172 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #AC6B7F

Tints of Tapestry #AC6B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 42.36%
G = 26.35%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC6B7F (or 0xAC6B7F) is known color: Tapestry. HEX triplet: AC, 6B and 7F. RGB value is (172,107,127). Sum of RGB (Red+Green+Blue) = 172+107+127=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B7F is #539480. Grayscale: #808080. Windows color (decimal): -5477505 or 8350636. OLE color: 8350636.

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

Color convert

RGB 172 107 127 -
CMYK 0 0.38 0.26 0.33
HSL 341.54º 0.28% 0.55% -
HSV(B) 341.54º 0.38% 0.67% -
XYZ 26.1 20.82 22.72 -
YUV 128.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 172 107 127 0 0.38 0.26 0.33 341.54 0.28 0.55
Hex AC 6B 7F 0 26 1A 21 156 1C 37
Octal 254 153 177 0 46 32 41 526 34 67
Binary 10101100 1101011 1111111 0 100110 11010 100001 101010110 11100 110111

Color Harmonies of #AC6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B7F

Black with #AC6B7F

Text Example


Text Example

White with #AC6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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