#8DA6AA

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

Shades of Ziggurat #8DA6AA

Tints of Ziggurat #8DA6AA

Color information

#8DA6AA (or 0x8DA6AA) is unknown color: approx Ziggurat. HEX triplet: 8D, A6 and AA. RGB value is (141,166,170). Sum of RGB (Red+Green+Blue) = 141+166+170=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #8DA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA6AA is #725955. Grayscale: #9E9E9E. Windows color (decimal): -7493974 or 11183757. OLE color: 11183757.

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

Color convert

RGB141166170-
CMYK0.170.0200.33
HSL188.28º14.57%60.98%-
HSV(B)188.28º17.06%66.67%-
XYZ31.8835.8443.27-
YUV158.98134.22115.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=29.56%
G=34.80%
B=35.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411661700.170.0200.33188.2814.5760.98
Hex8DA6AA112021bcf3d
Octal2152462522120412741775
Binary10001101101001101010101010001100100001101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,170); }

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

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

 a { background-color: rgb(141,166,170); }

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

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

 span { border-color: rgb(141,166,170); }

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