Html Css Color HEX #A4A384 Neutral Green

📋 copy color: '#A4A384'

red 164 ◦ green 163 ◦ blue 132

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

Shades of Neutral Green #A4A384

Tints of Neutral Green #A4A384

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

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

 BLUE value IS 132 (51.95% from 255) = 28.76%

R = 35.73%
G = 35.51%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A4A384 (or 0xA4A384) is known color: Neutral Green. HEX triplet: A4, A3 and 84. RGB value is (164,163,132). Sum of RGB (Red+Green+Blue) = 164+163+132=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A384 is #5B5C7B. Grayscale: #9F9F9F. Windows color (decimal): -5987452 or 8692644. OLE color: 8692644.

HSL color Cylindrical-coordinate representation of color #A4A384: hue angle of 58.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4A384 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 163 132 -
CMYK 0 0.01 0.20 0.36
HSL 58.13º 0.15% 0.58% -
HSV(B) 58.13º 0.2% 0.64% -
XYZ 32.57 35.75 27.01 -
YUV 159.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 164 163 132 0 0.01 0.20 0.36 58.13 0.15 0.58
Hex A4 A3 84 0 1 14 24 3A F 3A
Octal 244 243 204 0 1 24 44 72 17 72
Binary 10100100 10100011 10000100 0 1 10100 100100 111010 1111 111010

Color Harmonies of #A4A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A384

Black with #A4A384

Text Example


Text Example

White with #A4A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A384; }

 p { color: rgb(164,163,132); }

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

background-color css

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

 a { background-color: rgb(164,163,132); }

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

border-color css

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

 span { border-color: rgb(164,163,132); }

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