#87A9AF

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

Shades of Ziggurat #87A9AF

Tints of Ziggurat #87A9AF

Color information

#87A9AF (or 0x87A9AF) is unknown color: approx Ziggurat. HEX triplet: 87, A9 and AF. RGB value is (135,169,175). Sum of RGB (Red+Green+Blue) = 135+169+175=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #87A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A9AF is #785650. Grayscale: #9F9F9F. Windows color (decimal): -7886417 or 11512199. OLE color: 11512199.

HSL color Cylindrical-coordinate representation of color #87A9AF: hue angle of 189º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87A9AF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135169175-
CMYK0.230.0300.31
HSL189º20%60.78%-
HSV(B)189º22.86%68.63%-
XYZ31.9236.6245.94-
YUV159.52136.74110.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=28.18%
G=35.28%
B=36.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351691750.230.0300.311892060.78
Hex87A9AF17301Fbd143d
Octal2072512572730372752475
Binary10000111101010011010111110111110111111011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A9AF; }

 p { color: rgb(135,169,175); }

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

<style>
 a { background-color: #87A9AF; }

 a { background-color: rgb(135,169,175); }

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

<style>
 span { border-color: #87A9AF; }

 span { border-color: rgb(135,169,175); }

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