#8AB0AF

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

Shades of Ziggurat #8AB0AF

Tints of Ziggurat #8AB0AF

Color information

#8AB0AF (or 0x8AB0AF) is unknown color: approx Ziggurat. HEX triplet: 8A, B0 and AF. RGB value is (138,176,175). Sum of RGB (Red+Green+Blue) = 138+176+175=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB0AF is #754F50. Grayscale: #A4A4A4. Windows color (decimal): -7688017 or 11513994. OLE color: 11513994.

HSL color Cylindrical-coordinate representation of color #8AB0AF: hue angle of 178.42º degrees, saturation: 0.19, 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 #8AB0AF is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB138176175-
CMYK0.2200.010.31
HSL178.42º19.39%61.57%-
HSV(B)178.42º21.59%69.02%-
XYZ33.7439.5546.41-
YUV164.52133.91109.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=28.22%
G=35.99%
B=35.79%

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
Decimal1381761750.2200.010.31178.4219.3961.57
Hex8AB0AF16011Fb2133e
Octal2122602572601372622376
Binary1000101010110000101011111011001111111011001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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