#A9A38B

Color #A9A38B Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #A9A38B

Tints of Neutral Green #A9A38B

Color information

#A9A38B (or 0xA9A38B) is unknown color: approx Neutral Green. HEX triplet: A9, A3 and 8B. RGB value is (169,163,139). Sum of RGB (Red+Green+Blue) = 169+163+139=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A38B is #565C74. Grayscale: #A2A2A2. Windows color (decimal): -5659765 or 9151401. OLE color: 9151401.

HSL color Cylindrical-coordinate representation of color #A9A38B: hue angle of 48º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9A38B is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169163139-
CMYK00.040.180.34
HSL48º14.85%60.39%-
HSV(B)48º17.75%66.27%-
XYZ34.1236.4929.67-
YUV162.06114.99132.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=35.88%
G=34.61%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916313900.040.180.344814.8560.39
HexA9A38B04122230f3c
Octal251243213042242601774
Binary1010100110100011100010110100100101000101100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A38B; }

 p { color: rgb(169,163,139); }

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

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

 a { background-color: rgb(169,163,139); }

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

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

 span { border-color: rgb(169,163,139); }

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