#90ACAA

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

Shades of Hit Grey #90ACAA

Tints of Hit Grey #90ACAA

Color information

#90ACAA (or 0x90ACAA) is unknown color: approx Hit Grey. HEX triplet: 90, AC and AA. RGB value is (144,172,170). Sum of RGB (Red+Green+Blue) = 144+172+170=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #90ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACAA is #6F5355. Grayscale: #A3A3A3. Windows color (decimal): -7295830 or 11185296. OLE color: 11185296.

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

Color convert

RGB144172170-
CMYK0.1600.010.33
HSL175.71º14.43%61.96%-
HSV(B)175.71º16.28%67.45%-
XYZ33.5138.3443.66-
YUV163.4131.72114.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=29.63%
G=35.39%
B=34.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441721700.1600.010.33175.7114.4361.96
Hex90ACAA100121b0e3e
Octal2202542522001412601676
Binary1001000010101100101010101000001100001101100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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