#85ACAC

Color #85ACAC Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #85ACAC

Tints of Ziggurat #85ACAC

Color information

#85ACAC (or 0x85ACAC) is unknown color: approx Ziggurat. HEX triplet: 85, AC and AC. RGB value is (133,172,172). Sum of RGB (Red+Green+Blue) = 133+172+172=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #85ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACAC is #7A5353. Grayscale: #A0A0A0. Windows color (decimal): -8016724 or 11316357. OLE color: 11316357.

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

Color convert

RGB133172172-
CMYK0.23000.33
HSL180º19.02%59.8%-
HSV(B)180º22.67%67.45%-
XYZ31.8737.4744.58-
YUV160.34134.58108.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=27.88%
G=36.06%
B=36.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721720.23000.3318019.0259.8
Hex85ACAC170021b4133c
Octal2052542542700412642374
Binary10000101101011001010110010111001000011011010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ACAC; }

 p { color: rgb(133,172,172); }

 H1.HeaderClassName
 {
   color: #85ACAC;
 }
 .AnyTagClassName
 {
   color: #85ACAC;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #85ACAC;
 }
 .BgClassName
 {
   background-color: #85ACAC;
 }
</style>
border-color css

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

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

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