#90ACAD

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

Shades of Ziggurat #90ACAD

Tints of Ziggurat #90ACAD

Color information

#90ACAD (or 0x90ACAD) is unknown color: approx Ziggurat. HEX triplet: 90, AC and AD. RGB value is (144,172,173). Sum of RGB (Red+Green+Blue) = 144+172+173=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #90ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACAD is #6F5352. Grayscale: #A3A3A3. Windows color (decimal): -7295827 or 11381904. OLE color: 11381904.

HSL color Cylindrical-coordinate representation of color #90ACAD: hue angle of 182.07º degrees, saturation: 0.15, 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 #90ACAD is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144172173-
CMYK0.170.0100.32
HSL182.07º15.03%62.16%-
HSV(B)182.07º16.76%67.84%-
XYZ33.838.4545.18-
YUV163.74133.22113.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=29.45%
G=35.17%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441721730.170.0100.32182.0715.0362.16
Hex90ACAD111020b6f3e
Octal2202542552110402661776
Binary1001000010101100101011011000110100000101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,172,173); }

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

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

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

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

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

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

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