#8CA8AB

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

Shades of Ziggurat #8CA8AB

Tints of Ziggurat #8CA8AB

Color information

#8CA8AB (or 0x8CA8AB) is unknown color: approx Ziggurat. HEX triplet: 8C, A8 and AB. RGB value is (140,168,171). Sum of RGB (Red+Green+Blue) = 140+168+171=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA8AB is #735754. Grayscale: #9F9F9F. Windows color (decimal): -7558997 or 11249804. OLE color: 11249804.

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

Color convert

RGB140168171-
CMYK0.180.0200.33
HSL185.81º15.58%60.98%-
HSV(B)185.81º18.13%67.06%-
XYZ32.1736.5243.88-
YUV159.97134.22113.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=29.23%
G=35.07%
B=35.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401681710.180.0200.33185.8115.5860.98
Hex8CA8AB122021ba103d
Octal2142502532220412722075
Binary100011001010100010101011100101001000011011101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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