#85AEAB

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

Shades of Ziggurat #85AEAB

Tints of Ziggurat #85AEAB

Color information

#85AEAB (or 0x85AEAB) is unknown color: approx Ziggurat. HEX triplet: 85, AE and AB. RGB value is (133,174,171). Sum of RGB (Red+Green+Blue) = 133+174+171=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #85AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AEAB is #7A5154. Grayscale: #A1A1A1. Windows color (decimal): -8016213 or 11251333. OLE color: 11251333.

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

Color convert

RGB133174171-
CMYK0.2400.020.32
HSL175.61º20.2%60.2%-
HSV(B)175.61º23.56%68.24%-
XYZ32.1638.244.21-
YUV161.4133.42107.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=27.82%
G=36.40%
B=35.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331741710.2400.020.32175.6120.260.2
Hex85AEAB180220b0143c
Octal2052562533002402602474
Binary100001011010111010101011110000101000001011000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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