#85AFAC

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

Shades of Ziggurat #85AFAC

Tints of Ziggurat #85AFAC

Color information

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

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

Color convert

RGB133175172-
CMYK0.2400.020.31
HSL175.71º20.79%60.39%-
HSV(B)175.71º24%68.63%-
XYZ32.4538.6344.77-
YUV162.1133.59107.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1331751720.2400.020.31175.7120.7960.39
Hex85AFAC18021Fb0153c
Octal2052572543002372602574
Binary10000101101011111010110011000010111111011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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