Html Css Color HEX #A9A68B Neutral Green

📋 copy color: '#A9A68B'

red 169 ◦ green 166 ◦ blue 139

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

Shades of Neutral Green #A9A68B

Tints of Neutral Green #A9A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.02%

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

R = 35.65%
G = 35.02%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9A68B (or 0xA9A68B) is known color: Neutral Green. HEX triplet: A9, A6 and 8B. RGB value is (169,166,139). Sum of RGB (Red+Green+Blue) = 169+166+139=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A68B is #565974. Grayscale: #A3A3A3. Windows color (decimal): -5658997 or 9152169. OLE color: 9152169.

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

Color convert

RGB 169 166 139 -
CMYK 0 0.02 0.18 0.34
HSL 54º 0.15% 0.6% -
HSV(B) 54º 0.18% 0.66% -
XYZ 34.66 37.57 29.85 -
YUV 163.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 169 166 139 0 0.02 0.18 0.34 54 0.15 0.6
Hex A9 A6 8B 0 2 12 22 36 F 3C
Octal 251 246 213 0 2 22 42 66 17 74
Binary 10101001 10100110 10001011 0 10 10010 100010 110110 1111 111100

Color Harmonies of #A9A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A68B

Black with #A9A68B

Text Example


Text Example

White with #A9A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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