#8AB1AF

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

Shades of Ziggurat #8AB1AF

Tints of Ziggurat #8AB1AF

Color information

#8AB1AF (or 0x8AB1AF) is unknown color: approx Ziggurat. HEX triplet: 8A, B1 and AF. RGB value is (138,177,175). Sum of RGB (Red+Green+Blue) = 138+177+175=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB1AF is #754E50. Grayscale: #A5A5A5. Windows color (decimal): -7687761 or 11514250. OLE color: 11514250.

HSL color Cylindrical-coordinate representation of color #8AB1AF: hue angle of 176.92º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB1AF is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB138177175-
CMYK0.2200.010.31
HSL176.92º20%61.76%-
HSV(B)176.92º22.03%69.41%-
XYZ33.9439.9446.48-
YUV165.11133.58108.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=28.16%
G=36.12%
B=35.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381771750.2200.010.31176.922061.76
Hex8AB1AF16011Fb1143e
Octal2122612572601372612476
Binary1000101010110001101011111011001111111011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,177,175); }

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

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

 a { background-color: rgb(138,177,175); }

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

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

 span { border-color: rgb(138,177,175); }

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