#85ACAB

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

Shades of Ziggurat #85ACAB

Tints of Ziggurat #85ACAB

Color information

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

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

Color convert

RGB133172171-
CMYK0.2300.010.33
HSL178.46º19.02%59.8%-
HSV(B)178.46º22.67%67.45%-
XYZ31.7837.4344.08-
YUV160.22134.08108.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721710.2300.010.33178.4619.0259.8
Hex85ACAB170121b2133c
Octal2052542532701412622374
Binary10000101101011001010101110111011000011011001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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