#85ACAF

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

Shades of Ziggurat #85ACAF

Tints of Ziggurat #85ACAF

Color information

#85ACAF (or 0x85ACAF) is unknown color: approx Ziggurat. HEX triplet: 85, AC and AF. RGB value is (133,172,175). Sum of RGB (Red+Green+Blue) = 133+172+175=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #85ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACAF is #7A5350. Grayscale: #A0A0A0. Windows color (decimal): -8016721 or 11512965. OLE color: 11512965.

HSL color Cylindrical-coordinate representation of color #85ACAF: hue angle of 184.29º 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 #85ACAF is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB133172175-
CMYK0.240.0200.31
HSL184.29º20.79%60.39%-
HSV(B)184.29º24%68.63%-
XYZ32.1637.5946.12-
YUV160.68136.08108.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=27.71%
G=35.83%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331721750.240.0200.31184.2920.7960.39
Hex85ACAF18201Fb8153c
Octal2052542573020372702574
Binary10000101101011001010111111000100111111011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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