#8FAEAF

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

Shades of Ziggurat #8FAEAF

Tints of Ziggurat #8FAEAF

Color information

#8FAEAF (or 0x8FAEAF) is unknown color: approx Ziggurat. HEX triplet: 8F, AE and AF. RGB value is (143,174,175). Sum of RGB (Red+Green+Blue) = 143+174+175=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEAF is #705150. Grayscale: #A4A4A4. Windows color (decimal): -7360849 or 11513487. OLE color: 11513487.

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

Color convert

RGB143174175-
CMYK0.180.0100.31
HSL181.87º16.67%62.35%-
HSV(B)181.87º18.29%68.63%-
XYZ34.239.2146.32-
YUV164.84133.73112.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=29.07%
G=35.37%
B=35.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431741750.180.0100.31181.8716.6762.35
Hex8FAEAF12101Fb6113e
Octal2172562572210372662176
Binary1000111110101110101011111001010111111011011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,175); }

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

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

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

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

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

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

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