#87A6AF

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

Shades of Ziggurat #87A6AF

Tints of Ziggurat #87A6AF

Color information

#87A6AF (or 0x87A6AF) is unknown color: approx Ziggurat. HEX triplet: 87, A6 and AF. RGB value is (135,166,175). Sum of RGB (Red+Green+Blue) = 135+166+175=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #87A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A6AF is #785950. Grayscale: #9D9D9D. Windows color (decimal): -7887185 or 11511431. OLE color: 11511431.

HSL color Cylindrical-coordinate representation of color #87A6AF: hue angle of 193.5º 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 #87A6AF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135166175-
CMYK0.230.0500.31
HSL193.5º20%60.78%-
HSV(B)193.5º22.86%68.63%-
XYZ31.3735.5245.76-
YUV157.76137.73111.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.36%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=28.36%
G=34.87%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351661750.230.0500.31193.52060.78
Hex87A6AF17501Fc2143d
Octal2072462572750373022475
Binary100001111010011010101111101111010111111100001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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