#85AFAD

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

Shades of Ziggurat #85AFAD

Tints of Ziggurat #85AFAD

Color information

#85AFAD (or 0x85AFAD) is unknown color: approx Ziggurat. HEX triplet: 85, AF and AD. RGB value is (133,175,173). Sum of RGB (Red+Green+Blue) = 133+175+173=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #85AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AFAD is #7A5052. Grayscale: #A2A2A2. Windows color (decimal): -8015955 or 11382661. OLE color: 11382661.

HSL color Cylindrical-coordinate representation of color #85AFAD: hue angle of 177.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AFAD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB133175173-
CMYK0.2400.010.31
HSL177.14º20.79%60.39%-
HSV(B)177.14º24%68.63%-
XYZ32.5538.6645.28-
YUV162.21134.09107.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=27.65%
G=36.38%
B=35.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751730.2400.010.31177.1420.7960.39
Hex85AFAD18011Fb1153c
Octal2052572553001372612574
Binary1000010110101111101011011100001111111011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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