#9AA28B

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

Shades of Delta #9AA28B

Tints of Delta #9AA28B

Color information

#9AA28B (or 0x9AA28B) is unknown color: approx Delta. HEX triplet: 9A, A2 and 8B. RGB value is (154,162,139). Sum of RGB (Red+Green+Blue) = 154+162+139=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA28B is #655D74. Grayscale: #9D9D9D. Windows color (decimal): -6643061 or 9151130. OLE color: 9151130.

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

Color convert

RGB154162139-
CMYK0.0500.140.36
HSL80.87º11%59.02%-
HSV(B)80.87º14.2%63.53%-
XYZ30.9134.5729.47-
YUV156.99117.85125.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=33.85%
G=35.60%
B=30.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621390.0500.140.3680.871159.02
Hex9AA28B50E2451b3b
Octal2322422135016441211373
Binary1001101010100010100010111010111010010010100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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