Html Css Color HEX #A9A38C Neutral Green

📋 copy color: '#A9A38C'

red 169 ◦ green 163 ◦ blue 140

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

Shades of Neutral Green #A9A38C

Tints of Neutral Green #A9A38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.53%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 35.81%
G = 34.53%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9A38C (or 0xA9A38C) is known color: Neutral Green. HEX triplet: A9, A3 and 8C. RGB value is (169,163,140). Sum of RGB (Red+Green+Blue) = 169+163+140=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A38C is #565C73. Grayscale: #A2A2A2. Windows color (decimal): -5659764 or 9216937. OLE color: 9216937.

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

Color convert

RGB 169 163 140 -
CMYK 0 0.04 0.17 0.34
HSL 47.59º 0.14% 0.61% -
HSV(B) 47.59º 0.17% 0.66% -
XYZ 34.19 36.52 30.06 -
YUV 162.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 169 163 140 0 0.04 0.17 0.34 47.59 0.14 0.61
Hex A9 A3 8C 0 4 11 22 30 E 3D
Octal 251 243 214 0 4 21 42 60 16 75
Binary 10101001 10100011 10001100 0 100 10001 100010 110000 1110 111101

Color Harmonies of #A9A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A38C

Black with #A9A38C

Text Example


Text Example

White with #A9A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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