Html Css Color HEX #AC8692 Tapestry

📋 copy color: '#AC8692'

red 172 ◦ green 134 ◦ blue 146

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

Shades of Tapestry #AC8692

Tints of Tapestry #AC8692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 146 (57.42% from 255) = 32.3%

R = 38.05%
G = 29.65%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC8692 (or 0xAC8692) is known color: Tapestry. HEX triplet: AC, 86 and 92. RGB value is (172,134,146). Sum of RGB (Red+Green+Blue) = 172+134+146=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8692 is #53796D. Grayscale: #929292. Windows color (decimal): -5470574 or 9602732. OLE color: 9602732.

HSL color Cylindrical-coordinate representation of color #AC8692: hue angle of 341.05º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC8692 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 146 -
CMYK 0 0.22 0.15 0.33
HSL 341.05º 0.19% 0.6% -
HSV(B) 341.05º 0.22% 0.67% -
XYZ 30.73 27.9 30.96 -
YUV 146.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 172 134 146 0 0.22 0.15 0.33 341.05 0.19 0.6
Hex AC 86 92 0 16 F 21 155 13 3C
Octal 254 206 222 0 26 17 41 525 23 74
Binary 10101100 10000110 10010010 0 10110 1111 100001 101010101 10011 111100

Color Harmonies of #AC8692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8692

Black with #AC8692

Text Example


Text Example

White with #AC8692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8692; }

 p { color: rgb(172,134,146); }

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

background-color css

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

 a { background-color: rgb(172,134,146); }

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

border-color css

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

 span { border-color: rgb(172,134,146); }

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