#85ACAD

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

Shades of Ziggurat #85ACAD

Tints of Ziggurat #85ACAD

Color information

#85ACAD (or 0x85ACAD) is unknown color: approx Ziggurat. HEX triplet: 85, AC and AD. RGB value is (133,172,173). Sum of RGB (Red+Green+Blue) = 133+172+173=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #85ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACAD is #7A5352. Grayscale: #A0A0A0. Windows color (decimal): -8016723 or 11381893. OLE color: 11381893.

HSL color Cylindrical-coordinate representation of color #85ACAD: hue angle of 181.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85ACAD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133172173-
CMYK0.230.0100.32
HSL181.5º19.61%60%-
HSV(B)181.5º23.12%67.84%-
XYZ31.9737.5145.09-
YUV160.45135.08108.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=27.82%
G=35.98%
B=36.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331721730.230.0100.32181.519.6160
Hex85ACAD171020b6143c
Octal2052542552710402662474
Binary10000101101011001010110110111101000001011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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