#90AEAE

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

Shades of Ziggurat #90AEAE

Tints of Ziggurat #90AEAE

Color information

#90AEAE (or 0x90AEAE) is unknown color: approx Ziggurat. HEX triplet: 90, AE and AE. RGB value is (144,174,174). Sum of RGB (Red+Green+Blue) = 144+174+174=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #90AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AEAE is #6F5151. Grayscale: #A5A5A5. Windows color (decimal): -7295314 or 11447952. OLE color: 11447952.

HSL color Cylindrical-coordinate representation of color #90AEAE: hue angle of 180º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AEAE is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144174174-
CMYK0.17000.32
HSL180º15.62%62.35%-
HSV(B)180º17.24%68.24%-
XYZ34.2839.2645.82-
YUV165.03133.06113-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=29.27%
G=35.37%
B=35.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441741740.17000.3218015.6262.35
Hex90AEAE110020b4103e
Octal2202562562100402642076
Binary10010000101011101010111010001001000001011010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AEAE; }

 p { color: rgb(144,174,174); }

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

<style>
 a { background-color: #90AEAE; }

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

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

<style>
 span { border-color: #90AEAE; }

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

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