#85ADAD

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

Shades of Ziggurat #85ADAD

Tints of Ziggurat #85ADAD

Color information

#85ADAD (or 0x85ADAD) is unknown color: approx Ziggurat. HEX triplet: 85, AD and AD. RGB value is (133,173,173). Sum of RGB (Red+Green+Blue) = 133+173+173=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #85ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADAD is #7A5252. Grayscale: #A1A1A1. Windows color (decimal): -8016467 or 11382149. OLE color: 11382149.

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

Color convert

RGB133173173-
CMYK0.23000.32
HSL180º19.61%60%-
HSV(B)180º23.12%67.84%-
XYZ32.1637.8945.15-
YUV161.04134.75108-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=27.77%
G=36.12%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731730.23000.3218019.6160
Hex85ADAD170020b4143c
Octal2052552552700402642474
Binary10000101101011011010110110111001000001011010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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