#8AA6AB

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

Shades of Ziggurat #8AA6AB

Tints of Ziggurat #8AA6AB

Color information

#8AA6AB (or 0x8AA6AB) is unknown color: approx Ziggurat. HEX triplet: 8A, A6 and AB. RGB value is (138,166,171). Sum of RGB (Red+Green+Blue) = 138+166+171=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #8AA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA6AB is #755954. Grayscale: #9E9E9E. Windows color (decimal): -7690581 or 11249290. OLE color: 11249290.

HSL color Cylindrical-coordinate representation of color #8AA6AB: hue angle of 189.09º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA6AB is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138166171-
CMYK0.190.0300.33
HSL189.09º16.42%60.59%-
HSV(B)189.09º19.3%67.06%-
XYZ31.4735.6243.74-
YUV158.2135.22113.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 171 (67.19% from 255) = 36%
R=29.05%
G=34.95%
B=36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381661710.190.0300.33189.0916.4260.59
Hex8AA6AB133021bd103d
Octal2122462532330412752075
Binary100010101010011010101011100111101000011011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA6AB; }

 p { color: rgb(138,166,171); }

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

<style>
 a { background-color: #8AA6AB; }

 a { background-color: rgb(138,166,171); }

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

<style>
 span { border-color: #8AA6AB; }

 span { border-color: rgb(138,166,171); }

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