#85ABAC

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

Shades of Ziggurat #85ABAC

Tints of Ziggurat #85ABAC

Color information

#85ABAC (or 0x85ABAC) is unknown color: approx Ziggurat. HEX triplet: 85, AB and AC. RGB value is (133,171,172). Sum of RGB (Red+Green+Blue) = 133+171+172=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #85ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABAC is #7A5453. Grayscale: #9F9F9F. Windows color (decimal): -8016980 or 11316101. OLE color: 11316101.

HSL color Cylindrical-coordinate representation of color #85ABAC: hue angle of 181.54º 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 #85ABAC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133171172-
CMYK0.230.0100.33
HSL181.54º19.02%59.8%-
HSV(B)181.54º22.67%67.45%-
XYZ31.6837.0944.52-
YUV159.75134.91108.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=27.94%
G=35.92%
B=36.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331711720.230.0100.33181.5419.0259.8
Hex85ABAC171021b6133c
Octal2052532542710412662374
Binary10000101101010111010110010111101000011011011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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