#8CAAAA

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

Shades of Ziggurat #8CAAAA

Tints of Ziggurat #8CAAAA

Color information

#8CAAAA (or 0x8CAAAA) is unknown color: approx Ziggurat. HEX triplet: 8C, AA and AA. RGB value is (140,170,170). Sum of RGB (Red+Green+Blue) = 140+170+170=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #8CAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAAA is #735555. Grayscale: #A1A1A1. Windows color (decimal): -7558486 or 11184780. OLE color: 11184780.

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

Color convert

RGB140170170-
CMYK0.18000.33
HSL180º15%60.78%-
HSV(B)180º17.65%66.67%-
XYZ32.4537.2343.51-
YUV161.03133.06113-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=29.17%
G=35.42%
B=35.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401701700.18000.331801560.78
Hex8CAAAA120021b4f3d
Octal2142522522200412641775
Binary1000110010101010101010101001000100001101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,170); }

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

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

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

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

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

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

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