Html Css Color HEX #A8A488 Neutral Green

📋 copy color: '#A8A488'

red 168 ◦ green 164 ◦ blue 136

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

Shades of Neutral Green #A8A488

Tints of Neutral Green #A8A488

RGB

 RED value IS 168 (66.02% from 255) = 35.9%

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 35.9%
G = 35.04%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A8A488 (or 0xA8A488) is known color: Neutral Green. HEX triplet: A8, A4 and 88. RGB value is (168,164,136). Sum of RGB (Red+Green+Blue) = 168+164+136=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A488 is #575B77. Grayscale: #A2A2A2. Windows color (decimal): -5725048 or 8955048. OLE color: 8955048.

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

Color convert

RGB 168 164 136 -
CMYK 0 0.02 0.19 0.34
HSL 52.5º 0.16% 0.6% -
HSV(B) 52.5º 0.19% 0.66% -
XYZ 33.87 36.65 28.58 -
YUV 162 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 168 164 136 0 0.02 0.19 0.34 52.5 0.16 0.6
Hex A8 A4 88 0 2 13 22 34 10 3C
Octal 250 244 210 0 2 23 42 64 20 74
Binary 10101000 10100100 10001000 0 10 10011 100010 110100 10000 111100

Color Harmonies of #A8A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A488

Black with #A8A488

Text Example


Text Example

White with #A8A488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A488; }

 p { color: rgb(168,164,136); }

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

background-color css

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

 a { background-color: rgb(168,164,136); }

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

border-color css

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

 span { border-color: rgb(168,164,136); }

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