#8FAAAA

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

Shades of Ziggurat #8FAAAA

Tints of Ziggurat #8FAAAA

Color information

#8FAAAA (or 0x8FAAAA) is unknown color: approx Ziggurat. HEX triplet: 8F, AA and AA. RGB value is (143,170,170). Sum of RGB (Red+Green+Blue) = 143+170+170=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #8FAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAAA is #705555. Grayscale: #A1A1A1. Windows color (decimal): -7361878 or 11184783. OLE color: 11184783.

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

Color convert

RGB143170170-
CMYK0.16000.33
HSL180º13.71%61.37%-
HSV(B)180º15.88%66.67%-
XYZ32.9637.4943.53-
YUV161.93132.55114.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=29.61%
G=35.20%
B=35.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701700.16000.3318013.7161.37
Hex8FAAAA100021b4e3d
Octal2172522522000412641675
Binary1000111110101010101010101000000100001101101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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