#8CAAAB

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

Shades of Ziggurat #8CAAAB

Tints of Ziggurat #8CAAAB

Color information

#8CAAAB (or 0x8CAAAB) is unknown color: approx Ziggurat. HEX triplet: 8C, AA and AB. RGB value is (140,170,171). Sum of RGB (Red+Green+Blue) = 140+170+171=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAAB is #735554. Grayscale: #A1A1A1. Windows color (decimal): -7558485 or 11250316. OLE color: 11250316.

HSL color Cylindrical-coordinate representation of color #8CAAAB: hue angle of 181.94º degrees, saturation: 0.16, 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 #8CAAAB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140170171-
CMYK0.180.0100.33
HSL181.94º15.58%60.98%-
HSV(B)181.94º18.13%67.06%-
XYZ32.5437.2744.01-
YUV161.14133.56112.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=29.11%
G=35.34%
B=35.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401701710.180.0100.33181.9415.5860.98
Hex8CAAAB121021b6103d
Octal2142522532210412662075
Binary10001100101010101010101110010101000011011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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