Html Css Color HEX #A9A48B Neutral Green

📋 copy color: '#A9A48B'

red 169 ◦ green 164 ◦ blue 139

#A9A48B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neutral Green #A9A48B

Tints of Neutral Green #A9A48B

RGB

 RED value IS 169 (66.41% from 255) = 35.81%

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 139 (54.69% from 255) = 29.45%

R = 35.81%
G = 34.75%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9A48B (or 0xA9A48B) is known color: Neutral Green. HEX triplet: A9, A4 and 8B. RGB value is (169,164,139). Sum of RGB (Red+Green+Blue) = 169+164+139=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A48B is #565B74. Grayscale: #A2A2A2. Windows color (decimal): -5659509 or 9151657. OLE color: 9151657.

HSL color Cylindrical-coordinate representation of color #A9A48B: hue angle of 50º 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 #A9A48B is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 164 139 -
CMYK 0 0.03 0.18 0.34
HSL 50º 0.15% 0.6% -
HSV(B) 50º 0.18% 0.66% -
XYZ 34.3 36.85 29.73 -
YUV 162.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 169 164 139 0 0.03 0.18 0.34 50 0.15 0.6
Hex A9 A4 8B 0 3 12 22 32 F 3C
Octal 251 244 213 0 3 22 42 62 17 74
Binary 10101001 10100100 10001011 0 11 10010 100010 110010 1111 111100

Color Harmonies of #A9A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A48B

Black with #A9A48B

Text Example


Text Example

White with #A9A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A48B; }

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

 H1.HeaderClassName
 {
   color: #A9A48B;
 }
 .AnyTagClassName
 {
   color: #A9A48B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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