#9AA48E

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

Shades of Delta #9AA48E

Tints of Delta #9AA48E

Color information

#9AA48E (or 0x9AA48E) is unknown color: approx Delta. HEX triplet: 9A, A4 and 8E. RGB value is (154,164,142). Sum of RGB (Red+Green+Blue) = 154+164+142=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA48E is #655B71. Grayscale: #9E9E9E. Windows color (decimal): -6642546 or 9348250. OLE color: 9348250.

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

Color convert

RGB154164142-
CMYK0.0600.130.36
HSL87.27º10.78%60%-
HSV(B)87.27º13.41%64.31%-
XYZ31.4835.3730.76-
YUV158.5118.69124.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=33.48%
G=35.65%
B=30.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641420.0600.130.3687.2710.7860
Hex9AA48E60D2457b3c
Octal2322442166015441271374
Binary1001101010100100100011101100110110010010101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,142); }

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

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

 a { background-color: rgb(154,164,142); }

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

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

 span { border-color: rgb(154,164,142); }

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