#9AA28D

Color #9AA28D Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9AA28D

Tints of Delta #9AA28D

Color information

#9AA28D (or 0x9AA28D) is unknown color: approx Delta. HEX triplet: 9A, A2 and 8D. RGB value is (154,162,141). Sum of RGB (Red+Green+Blue) = 154+162+141=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA28D is #655D72. Grayscale: #9D9D9D. Windows color (decimal): -6643059 or 9282202. OLE color: 9282202.

HSL color Cylindrical-coordinate representation of color #9AA28D: hue angle of 82.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AA28D is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB154162141-
CMYK0.0500.130.36
HSL82.86º10.14%59.41%-
HSV(B)82.86º12.96%63.53%-
XYZ31.0534.6330.25-
YUV157.21118.85125.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=33.70%
G=35.45%
B=30.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621410.0500.130.3682.8610.1459.41
Hex9AA28D50D2453a3b
Octal2322422155015441231273
Binary1001101010100010100011011010110110010010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA28D; }

 p { color: rgb(154,162,141); }

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

<style>
 a { background-color: #9AA28D; }

 a { background-color: rgb(154,162,141); }

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

<style>
 span { border-color: #9AA28D; }

 span { border-color: rgb(154,162,141); }

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