Html Css Color HEX #AC6F7E Tapestry

📋 copy color: '#AC6F7E'

red 172 ◦ green 111 ◦ blue 126

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

Shades of Tapestry #AC6F7E

Tints of Tapestry #AC6F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 42.05%
G = 27.14%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC6F7E (or 0xAC6F7E) is known color: Tapestry. HEX triplet: AC, 6F and 7E. RGB value is (172,111,126). Sum of RGB (Red+Green+Blue) = 172+111+126=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F7E is #539081. Grayscale: #828282. Windows color (decimal): -5476482 or 8286124. OLE color: 8286124.

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

Color convert

RGB 172 111 126 -
CMYK 0 0.35 0.27 0.33
HSL 345.25º 0.27% 0.55% -
HSV(B) 345.25º 0.35% 0.67% -
XYZ 26.46 21.65 22.52 -
YUV 130.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 172 111 126 0 0.35 0.27 0.33 345.25 0.27 0.55
Hex AC 6F 7E 0 23 1B 21 159 1B 37
Octal 254 157 176 0 43 33 41 531 33 67
Binary 10101100 1101111 1111110 0 100011 11011 100001 101011001 11011 110111

Color Harmonies of #AC6F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F7E

Black with #AC6F7E

Text Example


Text Example

White with #AC6F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F7E; }

 p { color: rgb(172,111,126); }

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

background-color css

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

 a { background-color: rgb(172,111,126); }

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

border-color css

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

 span { border-color: rgb(172,111,126); }

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