#85ACAE

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

Shades of Ziggurat #85ACAE

Tints of Ziggurat #85ACAE

Color information

#85ACAE (or 0x85ACAE) is unknown color: approx Ziggurat. HEX triplet: 85, AC and AE. RGB value is (133,172,174). Sum of RGB (Red+Green+Blue) = 133+172+174=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #85ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACAE is #7A5351. Grayscale: #A0A0A0. Windows color (decimal): -8016722 or 11447429. OLE color: 11447429.

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

Color convert

RGB133172174-
CMYK0.240.0100.32
HSL182.93º20.2%60.2%-
HSV(B)182.93º23.56%68.24%-
XYZ32.0737.5545.6-
YUV160.57135.58108.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=27.77%
G=35.91%
B=36.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331721740.240.0100.32182.9320.260.2
Hex85ACAE181020b7143c
Octal2052542563010402672474
Binary10000101101011001010111011000101000001011011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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